@salesforce/lds-adapters-cdp-data-clean-room 1.354.0-dev4 → 1.354.0-dev5
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 +2147 -111
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +22 -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 +7 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborations.d.ts +18 -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 +18 -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 +46 -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/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/UseCaseTemplateMappingAttributeRepresentation.d.ts +69 -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 +2347 -266
- package/src/raml/api.raml +635 -33
- package/src/raml/luvio.raml +51 -7
package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { DataCleanRoomMemberRepresentation as DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from './DataCleanRoomMemberRepresentation';
|
|
3
|
+
import { DataCleanRoomTemplateRepresentation as DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation } from './DataCleanRoomTemplateRepresentation';
|
|
4
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "11bd9b71debcc363b339183bc8d65735";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
export type DataCleanRoomCollaborationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialDataCleanRoomCollaborationRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataCleanRoomCollaborationRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomCollaborationRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomCollaborationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: DataCleanRoomCollaborationRepresentation, existing: DataCleanRoomCollaborationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomCollaborationRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
19
|
+
export declare function equals(existing: DataCleanRoomCollaborationRepresentationNormalized, incoming: DataCleanRoomCollaborationRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomCollaborationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Data Clean Room Collaboration
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* id (string): id
|
|
27
|
+
*/
|
|
28
|
+
export interface DataCleanRoomCollaborationRepresentationNormalized {
|
|
29
|
+
/** Api key for collaboration */
|
|
30
|
+
apiKey?: string;
|
|
31
|
+
/** Created by */
|
|
32
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
33
|
+
/** Created date */
|
|
34
|
+
createdDate?: string;
|
|
35
|
+
/** DataSpace dev name of data clean room */
|
|
36
|
+
dataSpaceName?: string;
|
|
37
|
+
/** Description of data clean room */
|
|
38
|
+
description?: string;
|
|
39
|
+
/** The 18 character ID of the asset */
|
|
40
|
+
id: string;
|
|
41
|
+
/** Label of the asset */
|
|
42
|
+
label?: string;
|
|
43
|
+
/** Last modified by */
|
|
44
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
45
|
+
/** Last modified date */
|
|
46
|
+
lastModifiedDate?: string;
|
|
47
|
+
/** List of all members */
|
|
48
|
+
members: Array<$64$luvio_engine_StoreLink>;
|
|
49
|
+
/** Name of the asset */
|
|
50
|
+
name?: string;
|
|
51
|
+
/** Namespace of the asset */
|
|
52
|
+
namespace?: string;
|
|
53
|
+
/** Enum for status of data clean room */
|
|
54
|
+
status: string;
|
|
55
|
+
templateVersion: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
56
|
+
/** Url */
|
|
57
|
+
url?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Represents Cdp Data Clean Room Collaboration
|
|
61
|
+
*
|
|
62
|
+
* Keys:
|
|
63
|
+
* id (string): id
|
|
64
|
+
*/
|
|
65
|
+
export interface DataCleanRoomCollaborationRepresentation {
|
|
66
|
+
apiKey?: string;
|
|
67
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
68
|
+
createdDate?: string;
|
|
69
|
+
dataSpaceName?: string;
|
|
70
|
+
description?: string;
|
|
71
|
+
id: string;
|
|
72
|
+
label?: string;
|
|
73
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
74
|
+
lastModifiedDate?: string;
|
|
75
|
+
members: Array<DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation>;
|
|
76
|
+
name?: string;
|
|
77
|
+
namespace?: string;
|
|
78
|
+
status: string;
|
|
79
|
+
templateVersion: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
80
|
+
url?: string;
|
|
81
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 = "c04aeb785afc35b2aee82871179a0817";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomDataSpecificationInputRepresentation, existing: DataCleanRoomDataSpecificationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomDataSpecificationInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomDataSpecificationInputRepresentationNormalized, incoming: DataCleanRoomDataSpecificationInputRepresentationNormalized): 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: DataCleanRoomDataSpecificationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data clean room Specification input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomDataSpecificationInputRepresentationNormalized {
|
|
17
|
+
/** Data Mapping details for the data clean room member */
|
|
18
|
+
dataMapping: unknown;
|
|
19
|
+
/** dataspaceName */
|
|
20
|
+
dataspaceName?: string;
|
|
21
|
+
/** description */
|
|
22
|
+
description: string;
|
|
23
|
+
/** label */
|
|
24
|
+
label: string;
|
|
25
|
+
/** Type of the data clean room member */
|
|
26
|
+
memberType: string;
|
|
27
|
+
/** name */
|
|
28
|
+
name?: string;
|
|
29
|
+
/** Data cloud orgId where the mapping is created */
|
|
30
|
+
ownerOrgId: string;
|
|
31
|
+
/** Name of the use case template for which mapping is provided */
|
|
32
|
+
templateName: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Represents Cdp Data clean room Specification input
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface DataCleanRoomDataSpecificationInputRepresentation {
|
|
41
|
+
dataMapping: unknown;
|
|
42
|
+
dataspaceName?: string;
|
|
43
|
+
description: string;
|
|
44
|
+
label: string;
|
|
45
|
+
memberType: string;
|
|
46
|
+
name?: string;
|
|
47
|
+
ownerOrgId: string;
|
|
48
|
+
templateName: string;
|
|
49
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { UseCaseTemplateMappingRepresentation as UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation } from './UseCaseTemplateMappingRepresentation';
|
|
3
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "422829d0bdee7c37a92811d97b2c7c2b";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type DataCleanRoomDataSpecificationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialDataCleanRoomDataSpecificationRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataCleanRoomDataSpecificationRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomDataSpecificationRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomDataSpecificationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: DataCleanRoomDataSpecificationRepresentation, existing: DataCleanRoomDataSpecificationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomDataSpecificationRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: DataCleanRoomDataSpecificationRepresentationNormalized, incoming: DataCleanRoomDataSpecificationRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomDataSpecificationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Represents Cdp Data Clean Room Specification
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface DataCleanRoomDataSpecificationRepresentationNormalized {
|
|
28
|
+
/** Created by */
|
|
29
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
30
|
+
/** Created date */
|
|
31
|
+
createdDate?: string;
|
|
32
|
+
/** Data Clean Room Data Mapping */
|
|
33
|
+
dataMapping: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
34
|
+
/** Data Clean Room Specification DataSpace */
|
|
35
|
+
dataSpaceName: string;
|
|
36
|
+
/** Data Clean Room Specification Description */
|
|
37
|
+
description: string;
|
|
38
|
+
/** The 18 character ID of the asset */
|
|
39
|
+
id: string;
|
|
40
|
+
/** Label of the asset */
|
|
41
|
+
label?: string;
|
|
42
|
+
/** Last modified by */
|
|
43
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
44
|
+
/** Last modified date */
|
|
45
|
+
lastModifiedDate?: string;
|
|
46
|
+
/** Data Clean Room Member Type */
|
|
47
|
+
memberType: string;
|
|
48
|
+
/** Name of the asset */
|
|
49
|
+
name?: string;
|
|
50
|
+
/** Namespace of the asset */
|
|
51
|
+
namespace?: string;
|
|
52
|
+
/** Data Clean Room Specification Owner Org ID */
|
|
53
|
+
ownerOrgId?: string;
|
|
54
|
+
/** Data Clean Room Data Specification Status */
|
|
55
|
+
status: string;
|
|
56
|
+
/** Data Clean Room UseCase Template name */
|
|
57
|
+
templateName: string;
|
|
58
|
+
/** Url */
|
|
59
|
+
url?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Represents Cdp Data Clean Room Specification
|
|
63
|
+
*
|
|
64
|
+
* Keys:
|
|
65
|
+
* id (string): id
|
|
66
|
+
*/
|
|
67
|
+
export interface DataCleanRoomDataSpecificationRepresentation {
|
|
68
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
69
|
+
createdDate?: string;
|
|
70
|
+
dataMapping: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
71
|
+
dataSpaceName: string;
|
|
72
|
+
description: string;
|
|
73
|
+
id: string;
|
|
74
|
+
label?: string;
|
|
75
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
76
|
+
lastModifiedDate?: string;
|
|
77
|
+
memberType: string;
|
|
78
|
+
name?: string;
|
|
79
|
+
namespace?: string;
|
|
80
|
+
ownerOrgId?: string;
|
|
81
|
+
status: string;
|
|
82
|
+
templateName: string;
|
|
83
|
+
url?: string;
|
|
84
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "60e6b0a7bcb30c169435125696ac47b1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
6
|
+
invitationId: string;
|
|
7
|
+
}
|
|
8
|
+
export type DataCleanRoomMemberRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialDataCleanRoomMemberRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataCleanRoomMemberRepresentationNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomMemberRepresentation): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomMemberRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: DataCleanRoomMemberRepresentation, existing: DataCleanRoomMemberRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMemberRepresentationNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
16
|
+
export declare function equals(existing: DataCleanRoomMemberRepresentationNormalized, incoming: DataCleanRoomMemberRepresentationNormalized): 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: DataCleanRoomMemberRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
/**
|
|
20
|
+
* Represents Cdp Data Clean Room Members
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* invitationId (string): invitationId
|
|
24
|
+
*/
|
|
25
|
+
export interface DataCleanRoomMemberRepresentationNormalized {
|
|
26
|
+
/** Id of the invitation that enabled the member to be part of collaboration */
|
|
27
|
+
invitationId: string;
|
|
28
|
+
/** Status of the invitation */
|
|
29
|
+
invitationStatus: string;
|
|
30
|
+
/** Id of collaborating member */
|
|
31
|
+
memberId: string;
|
|
32
|
+
/** Id of the member org */
|
|
33
|
+
memberOrgId: string;
|
|
34
|
+
/** Status of the collaboration member */
|
|
35
|
+
memberStatus: string;
|
|
36
|
+
/** Type of Member */
|
|
37
|
+
memberType: string;
|
|
38
|
+
/** Reference key to DataCleanRoomProvider record */
|
|
39
|
+
providerId: string;
|
|
40
|
+
/** Reference key to DataCleanRoomDataSpecification */
|
|
41
|
+
specificationId?: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Represents Cdp Data Clean Room Members
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* invitationId (string): invitationId
|
|
48
|
+
*/
|
|
49
|
+
export interface DataCleanRoomMemberRepresentation {
|
|
50
|
+
invitationId: string;
|
|
51
|
+
invitationStatus: string;
|
|
52
|
+
memberId: string;
|
|
53
|
+
memberOrgId: string;
|
|
54
|
+
memberStatus: string;
|
|
55
|
+
memberType: string;
|
|
56
|
+
providerId: string;
|
|
57
|
+
specificationId?: string;
|
|
58
|
+
}
|
|
@@ -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 = "a7c1de4ff5d9744ea0920fa8a20a9ff8";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomRejectInvitationInputRepresentation, existing: DataCleanRoomRejectInvitationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomRejectInvitationInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomRejectInvitationInputRepresentationNormalized, incoming: DataCleanRoomRejectInvitationInputRepresentationNormalized): 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: DataCleanRoomRejectInvitationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data clean room Reject invitation input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomRejectInvitationInputRepresentationNormalized {
|
|
17
|
+
/** Record Id of DataCleanRoomInvitation */
|
|
18
|
+
invitationId: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents Cdp Data clean room Reject invitation input
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomRejectInvitationInputRepresentation {
|
|
27
|
+
invitationId: string;
|
|
28
|
+
}
|
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { UseCaseTemplateMappingRepresentation as UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation } from './UseCaseTemplateMappingRepresentation';
|
|
3
|
+
import { UseCaseTemplateMappingPathAttributeRepresentation as UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation } from './UseCaseTemplateMappingPathAttributeRepresentation';
|
|
4
|
+
import { UseCaseTemplateMappingSubjectAttributeRepresentation as UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation } from './UseCaseTemplateMappingSubjectAttributeRepresentation';
|
|
5
|
+
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';
|
|
6
|
+
export declare const VERSION = "d6d005c480e1fc79357e65fda7c44c71";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
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;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: UseCaseTemplateMappingAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingAttributeRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UseCaseTemplateMappingAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface UseCaseTemplateMappingAttributeRepresentationNormalized {
|
|
21
|
+
/** Attribute Alias */
|
|
22
|
+
alias: string;
|
|
23
|
+
/** Attribute Id */
|
|
24
|
+
attributeId?: string;
|
|
25
|
+
/** Created by */
|
|
26
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
27
|
+
/** Created date */
|
|
28
|
+
createdDate?: string;
|
|
29
|
+
dataMapping?: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
30
|
+
/** The 18 character ID of the asset */
|
|
31
|
+
id?: string;
|
|
32
|
+
/** Label of the asset */
|
|
33
|
+
label?: string;
|
|
34
|
+
/** Last modified by */
|
|
35
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
36
|
+
/** Last modified date */
|
|
37
|
+
lastModifiedDate?: string;
|
|
38
|
+
/** Name of the asset */
|
|
39
|
+
name?: string;
|
|
40
|
+
/** Namespace of the asset */
|
|
41
|
+
namespace?: string;
|
|
42
|
+
/** Attribute Path */
|
|
43
|
+
path: Array<UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation>;
|
|
44
|
+
subjectAttribute: UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation;
|
|
45
|
+
/** Url */
|
|
46
|
+
url?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface UseCaseTemplateMappingAttributeRepresentation {
|
|
55
|
+
alias: string;
|
|
56
|
+
attributeId?: string;
|
|
57
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
58
|
+
createdDate?: string;
|
|
59
|
+
dataMapping?: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
60
|
+
id?: string;
|
|
61
|
+
label?: string;
|
|
62
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
63
|
+
lastModifiedDate?: string;
|
|
64
|
+
name?: string;
|
|
65
|
+
namespace?: string;
|
|
66
|
+
path: Array<UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation>;
|
|
67
|
+
subjectAttribute: UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation;
|
|
68
|
+
url?: string;
|
|
69
|
+
}
|
|
@@ -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
|
+
}
|