@salesforce/lds-adapters-cdp-data-clean-room 1.354.0-dev2 → 1.354.0-dev20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cdp-data-clean-room.js +2717 -116
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/createProvider.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/executeDataCleanRoomQuery.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllDataCleanRoomQueryPaginated.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllDataCleanRoomsPaginated.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomProvidersPaginated.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomSpecificationsPaginated.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomTemplatePaginated.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/rejectDataCleanRoomInvitation.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +14 -1
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborations.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborationsJobsByCollaborationIdOrApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomProviders.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomSpecifications.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomTemplates.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborations.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsRunByCollaborationIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomProviders.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAcceptInvitationInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomProviderInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomProviderRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobHistoryCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomRejectInvitationInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomSpecificationCollectionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeFilterOptionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingPathAttributeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingSubjectAttributeRepresentation.d.ts +37 -0
- package/package.json +3 -3
- package/sfdc/index.js +2930 -270
- package/src/raml/api.raml +808 -34
- package/src/raml/luvio.raml +66 -8
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { DataCleanRoomDataSpecificationRepresentation as DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation } from './DataCleanRoomDataSpecificationRepresentation';
|
|
3
|
+
export declare const VERSION = "6fb37e337652e88218f2171d1e56647b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomSpecificationCollectionRepresentation, existing: DataCleanRoomSpecificationCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomSpecificationCollectionRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
cleanroomSpecifications: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataCleanRoomSpecificationCollectionRepresentation, existing: DataCleanRoomSpecificationCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataCleanRoomSpecificationCollectionRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
cleanroomSpecifications?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: DataCleanRoomSpecificationCollectionRepresentationNormalized, incoming: DataCleanRoomSpecificationCollectionRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomSpecificationCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Represents Data Clean Room Specification Collection
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomSpecificationCollectionRepresentationNormalized {
|
|
27
|
+
/** List of data clean room specifications */
|
|
28
|
+
cleanroomSpecifications: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
/** Current page url */
|
|
30
|
+
currentPageUrl?: string;
|
|
31
|
+
/** Number of records present in this response */
|
|
32
|
+
limit: number;
|
|
33
|
+
/** Next page url if it exists */
|
|
34
|
+
nextPageUrl?: string | null;
|
|
35
|
+
/** Start offset of the next batch */
|
|
36
|
+
offset: number;
|
|
37
|
+
/** Total size of collection */
|
|
38
|
+
totalSize?: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Represents Data Clean Room Specification Collection
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface DataCleanRoomSpecificationCollectionRepresentation {
|
|
47
|
+
cleanroomSpecifications: Array<DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation>;
|
|
48
|
+
currentPageUrl?: string;
|
|
49
|
+
limit: number;
|
|
50
|
+
nextPageUrl?: string | null;
|
|
51
|
+
offset: number;
|
|
52
|
+
totalSize?: number;
|
|
53
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DataCleanRoomTemplateRepresentation as DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation } from './DataCleanRoomTemplateRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 = "779ba86cca8510319a6e95a736d88189";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomTemplateCollectionRepresentation, existing: DataCleanRoomTemplateCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomTemplateCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomTemplateCollectionRepresentationNormalized, incoming: DataCleanRoomTemplateCollectionRepresentationNormalized): 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: DataCleanRoomTemplateCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Data Clean Room Template Collection
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomTemplateCollectionRepresentationNormalized {
|
|
18
|
+
/** Current page url */
|
|
19
|
+
currentPageUrl?: string;
|
|
20
|
+
/** Number of records present in this response */
|
|
21
|
+
limit: number;
|
|
22
|
+
/** Next page url if it exists */
|
|
23
|
+
nextPageUrl?: string | null;
|
|
24
|
+
/** Number of records to skip for the next request */
|
|
25
|
+
offset: number;
|
|
26
|
+
/** List of Templates */
|
|
27
|
+
templates: Array<DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation>;
|
|
28
|
+
/** Total size of collection */
|
|
29
|
+
totalSize?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Represents Cdp Data Clean Room Template Collection
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface DataCleanRoomTemplateCollectionRepresentation {
|
|
38
|
+
currentPageUrl?: string;
|
|
39
|
+
limit: number;
|
|
40
|
+
nextPageUrl?: string | null;
|
|
41
|
+
offset: number;
|
|
42
|
+
templates: Array<DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation>;
|
|
43
|
+
totalSize?: number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
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 = "7caa4325c696759ced133e85e0c85dd3";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
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;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomTemplateRepresentationNormalized, incoming: DataCleanRoomTemplateRepresentationNormalized): 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: DataCleanRoomTemplateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Data Clean Room Template
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomTemplateRepresentationNormalized {
|
|
18
|
+
/** Configuration for use case template */
|
|
19
|
+
configuration: unknown;
|
|
20
|
+
/** Created by */
|
|
21
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
22
|
+
/** Created date */
|
|
23
|
+
createdDate?: string;
|
|
24
|
+
/** Description of use case template */
|
|
25
|
+
description: string;
|
|
26
|
+
/** The 18 character ID of the asset */
|
|
27
|
+
id?: string;
|
|
28
|
+
/** Label of the asset */
|
|
29
|
+
label?: string;
|
|
30
|
+
/** Last modified by */
|
|
31
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
32
|
+
/** Last modified date */
|
|
33
|
+
lastModifiedDate?: string;
|
|
34
|
+
/** Name of the asset */
|
|
35
|
+
name?: string;
|
|
36
|
+
/** Namespace of the asset */
|
|
37
|
+
namespace?: string;
|
|
38
|
+
/** Defined Query template for use case template */
|
|
39
|
+
queryTemplate: unknown;
|
|
40
|
+
/** Url */
|
|
41
|
+
url?: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Represents Cdp Data Clean Room Template
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface DataCleanRoomTemplateRepresentation {
|
|
50
|
+
configuration: unknown;
|
|
51
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
52
|
+
createdDate?: string;
|
|
53
|
+
description: string;
|
|
54
|
+
id?: string;
|
|
55
|
+
label?: string;
|
|
56
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
57
|
+
lastModifiedDate?: string;
|
|
58
|
+
name?: string;
|
|
59
|
+
namespace?: string;
|
|
60
|
+
queryTemplate: unknown;
|
|
61
|
+
url?: string;
|
|
62
|
+
}
|
|
@@ -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 = "23085defd51a2162ad250e3bb3345706";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UseCaseTemplateMappingAttributeFilterOptionRepresentation, existing: UseCaseTemplateMappingAttributeFilterOptionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingAttributeFilterOptionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UseCaseTemplateMappingAttributeFilterOptionRepresentationNormalized, incoming: UseCaseTemplateMappingAttributeFilterOptionRepresentationNormalized): 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: UseCaseTemplateMappingAttributeFilterOptionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Clean Room UseCase Template Mapping Attribute Filter Config
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UseCaseTemplateMappingAttributeFilterOptionRepresentationNormalized {
|
|
17
|
+
/** Attribute Filter Operator */
|
|
18
|
+
operator: string;
|
|
19
|
+
/** Attribute Filter Values */
|
|
20
|
+
values: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Data Clean Room UseCase Template Mapping Attribute Filter Config
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface UseCaseTemplateMappingAttributeFilterOptionRepresentation {
|
|
29
|
+
operator: string;
|
|
30
|
+
values: Array<string>;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { UseCaseTemplateMappingRepresentation as UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation } from './UseCaseTemplateMappingRepresentation';
|
|
3
|
+
import { UseCaseTemplateMappingAttributeFilterOptionRepresentation as UseCaseTemplateMappingAttributeFilterOptionRepresentation_UseCaseTemplateMappingAttributeFilterOptionRepresentation } from './UseCaseTemplateMappingAttributeFilterOptionRepresentation';
|
|
4
|
+
import { UseCaseTemplateMappingPathAttributeRepresentation as UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation } from './UseCaseTemplateMappingPathAttributeRepresentation';
|
|
5
|
+
import { UseCaseTemplateMappingSubjectAttributeRepresentation as UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation } from './UseCaseTemplateMappingSubjectAttributeRepresentation';
|
|
6
|
+
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';
|
|
7
|
+
export declare const VERSION = "2b23ffcd2875e4ee291aaf32ce5d401d";
|
|
8
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
|
+
export declare const RepresentationType: string;
|
|
10
|
+
export declare function normalize(input: UseCaseTemplateMappingAttributeRepresentation, existing: UseCaseTemplateMappingAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingAttributeRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: UseCaseTemplateMappingAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingAttributeRepresentationNormalized): boolean;
|
|
13
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UseCaseTemplateMappingAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
15
|
+
/**
|
|
16
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
17
|
+
*
|
|
18
|
+
* Keys:
|
|
19
|
+
* (none)
|
|
20
|
+
*/
|
|
21
|
+
export interface UseCaseTemplateMappingAttributeRepresentationNormalized {
|
|
22
|
+
/** Attribute Alias */
|
|
23
|
+
alias: string;
|
|
24
|
+
/** Attribute Id */
|
|
25
|
+
attributeId?: string;
|
|
26
|
+
/** Created by */
|
|
27
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
28
|
+
/** Created date */
|
|
29
|
+
createdDate?: string;
|
|
30
|
+
dataMapping?: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
31
|
+
filterOptions?: UseCaseTemplateMappingAttributeFilterOptionRepresentation_UseCaseTemplateMappingAttributeFilterOptionRepresentation;
|
|
32
|
+
/** The 18 character ID of the asset */
|
|
33
|
+
id?: string;
|
|
34
|
+
/** Label of the asset */
|
|
35
|
+
label?: string;
|
|
36
|
+
/** Last modified by */
|
|
37
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
38
|
+
/** Last modified date */
|
|
39
|
+
lastModifiedDate?: string;
|
|
40
|
+
/** Name of the asset */
|
|
41
|
+
name?: string;
|
|
42
|
+
/** Namespace of the asset */
|
|
43
|
+
namespace?: string;
|
|
44
|
+
/** Attribute Path */
|
|
45
|
+
path: Array<UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation>;
|
|
46
|
+
subjectAttribute: UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation;
|
|
47
|
+
/** Url */
|
|
48
|
+
url?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
52
|
+
*
|
|
53
|
+
* Keys:
|
|
54
|
+
* (none)
|
|
55
|
+
*/
|
|
56
|
+
export interface UseCaseTemplateMappingAttributeRepresentation {
|
|
57
|
+
alias: string;
|
|
58
|
+
attributeId?: string;
|
|
59
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
60
|
+
createdDate?: string;
|
|
61
|
+
dataMapping?: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
62
|
+
filterOptions?: UseCaseTemplateMappingAttributeFilterOptionRepresentation_UseCaseTemplateMappingAttributeFilterOptionRepresentation;
|
|
63
|
+
id?: string;
|
|
64
|
+
label?: string;
|
|
65
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
66
|
+
lastModifiedDate?: string;
|
|
67
|
+
name?: string;
|
|
68
|
+
namespace?: string;
|
|
69
|
+
path: Array<UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation>;
|
|
70
|
+
subjectAttribute: UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation;
|
|
71
|
+
url?: string;
|
|
72
|
+
}
|
|
@@ -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 = "6365dac834dfc64bef8319d9abdb1941";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UseCaseTemplateMappingPathAttributeRepresentation, existing: UseCaseTemplateMappingPathAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingPathAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UseCaseTemplateMappingPathAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingPathAttributeRepresentationNormalized): 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: UseCaseTemplateMappingPathAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Clean Room UseCase Template Mapping Path Attribute Config
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UseCaseTemplateMappingPathAttributeRepresentationNormalized {
|
|
17
|
+
/** Source attribute details in path component */
|
|
18
|
+
sourceAttribute: unknown;
|
|
19
|
+
/** Target attribute details in path component */
|
|
20
|
+
targetAttribute: unknown;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Data Clean Room UseCase Template Mapping Path Attribute Config
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface UseCaseTemplateMappingPathAttributeRepresentation {
|
|
29
|
+
sourceAttribute: unknown;
|
|
30
|
+
targetAttribute: unknown;
|
|
31
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { UseCaseTemplateMappingAttributeRepresentation as UseCaseTemplateMappingAttributeRepresentation_UseCaseTemplateMappingAttributeRepresentation } from './UseCaseTemplateMappingAttributeRepresentation';
|
|
2
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
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 = "e00dabb7e2fc46ef60130bbc065b3322";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UseCaseTemplateMappingRepresentation, existing: UseCaseTemplateMappingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UseCaseTemplateMappingRepresentationNormalized, incoming: UseCaseTemplateMappingRepresentationNormalized): 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: UseCaseTemplateMappingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface UseCaseTemplateMappingRepresentationNormalized {
|
|
19
|
+
/** UseCase Template Mapping attributes */
|
|
20
|
+
attributes: Array<UseCaseTemplateMappingAttributeRepresentation_UseCaseTemplateMappingAttributeRepresentation>;
|
|
21
|
+
/** UseCase Template Collaboration Entity for Mapping */
|
|
22
|
+
collaborationEntity: string;
|
|
23
|
+
/** Created by */
|
|
24
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
25
|
+
/** Created date */
|
|
26
|
+
createdDate?: string;
|
|
27
|
+
/** The 18 character ID of the asset */
|
|
28
|
+
id?: string;
|
|
29
|
+
/** Label of the asset */
|
|
30
|
+
label?: string;
|
|
31
|
+
/** Last modified by */
|
|
32
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
33
|
+
/** Last modified date */
|
|
34
|
+
lastModifiedDate?: string;
|
|
35
|
+
/** Name of the asset */
|
|
36
|
+
name?: string;
|
|
37
|
+
/** Namespace of the asset */
|
|
38
|
+
namespace?: string;
|
|
39
|
+
/** Url */
|
|
40
|
+
url?: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* (none)
|
|
47
|
+
*/
|
|
48
|
+
export interface UseCaseTemplateMappingRepresentation {
|
|
49
|
+
attributes: Array<UseCaseTemplateMappingAttributeRepresentation_UseCaseTemplateMappingAttributeRepresentation>;
|
|
50
|
+
collaborationEntity: string;
|
|
51
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
52
|
+
createdDate?: string;
|
|
53
|
+
id?: string;
|
|
54
|
+
label?: string;
|
|
55
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
56
|
+
lastModifiedDate?: string;
|
|
57
|
+
name?: string;
|
|
58
|
+
namespace?: string;
|
|
59
|
+
url?: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 = "da196eee1a74360bd90ca3f364d90049";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UseCaseTemplateMappingSubjectAttributeRepresentation, existing: UseCaseTemplateMappingSubjectAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingSubjectAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UseCaseTemplateMappingSubjectAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingSubjectAttributeRepresentationNormalized): 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: UseCaseTemplateMappingSubjectAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Clean Room UseCase Template Mapping Subject Attribute Config
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UseCaseTemplateMappingSubjectAttributeRepresentationNormalized {
|
|
17
|
+
/** Label of mapping field */
|
|
18
|
+
fieldLabel: string;
|
|
19
|
+
/** Name of mapping field */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** Label of mapping object */
|
|
22
|
+
objectLabel: string;
|
|
23
|
+
/** Name of mapping object */
|
|
24
|
+
objectName: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Data Clean Room UseCase Template Mapping Subject Attribute Config
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface UseCaseTemplateMappingSubjectAttributeRepresentation {
|
|
33
|
+
fieldLabel: string;
|
|
34
|
+
fieldName: string;
|
|
35
|
+
objectLabel: string;
|
|
36
|
+
objectName: string;
|
|
37
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.354.0-
|
|
3
|
+
"version": "1.354.0-dev20",
|
|
4
4
|
"description": "API's related to Data Clean Room Feature",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-data-clean-room.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.354.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.354.0-dev20"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.354.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.354.0-dev20"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|