@salesforce/lds-adapters-cdp-data-clean-room 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/cdp-data-clean-room.js +3350 -0
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -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 +23 -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 +30 -0
- 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 +11 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +17 -0
- 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 +18 -0
- 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 +20 -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/CdpPaginatedResponseBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +34 -0
- 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/DataCleanRoomProviderCollectionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomProviderInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomProviderRepresentation.d.ts +80 -0
- 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/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +67 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +3452 -0
- package/src/raml/api.raml +979 -0
- package/src/raml/luvio.raml +81 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataCleanRoomProviderRepresentation as types_DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation } from '../types/DataCleanRoomProviderRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
label: string;
|
|
6
|
+
description: string;
|
|
7
|
+
templateNames: Array<string>;
|
|
8
|
+
dataCloudOrgId: string;
|
|
9
|
+
domainUrl: string;
|
|
10
|
+
dataspaceName?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
logoUrl?: string;
|
|
13
|
+
offCoreTenantId: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation): void;
|
|
18
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation, any>;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataCleanRoomDataSpecificationRepresentation as types_DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation } from '../types/DataCleanRoomDataSpecificationRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
dataMapping: unknown;
|
|
6
|
+
memberType: string;
|
|
7
|
+
ownerOrgId: string;
|
|
8
|
+
templateName: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
label: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
dataspaceName?: string;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
16
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation): void;
|
|
17
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataCleanRoomDataSpecificationRepresentation_DataCleanRoomDataSpecificationRepresentation, any>;
|
|
18
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataCleanRoomMemberRepresentation as types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from '../types/DataCleanRoomMemberRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
collaborationIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
invitationId: string;
|
|
9
|
+
specificationId: string;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataCleanRoomMemberRepresentation as types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from '../types/DataCleanRoomMemberRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
collaborationIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
invitationId: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, any>;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "3d82aa53dc46f972bda23be1d696f9bc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpPaginatedResponseBaseRepresentation, existing: CdpPaginatedResponseBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpPaginatedResponseBaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpPaginatedResponseBaseRepresentationNormalized, incoming: CdpPaginatedResponseBaseRepresentationNormalized): 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: CdpPaginatedResponseBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Base paginated response representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpPaginatedResponseBaseRepresentationNormalized {
|
|
17
|
+
/** Current page url */
|
|
18
|
+
currentPageUrl: string;
|
|
19
|
+
/** Next page url if it exists */
|
|
20
|
+
nextPageUrl: string | null;
|
|
21
|
+
/** Total size of collection */
|
|
22
|
+
totalSize: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Base paginated response representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpPaginatedResponseBaseRepresentation {
|
|
31
|
+
currentPageUrl: string;
|
|
32
|
+
nextPageUrl: string | null;
|
|
33
|
+
totalSize: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "bee2cc6f30966ea07838cddc1d267ffb";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpUserRepresentation, existing: CdpUserRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpUserRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpUserRepresentationNormalized, incoming: CdpUserRepresentationNormalized): 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: CdpUserRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a user
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpUserRepresentationNormalized {
|
|
17
|
+
/** The 18 character user ID */
|
|
18
|
+
id?: string;
|
|
19
|
+
/** The name of the user */
|
|
20
|
+
name?: string;
|
|
21
|
+
/** The Chatter profile photo of the user */
|
|
22
|
+
profilePhotoUrl?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents a user
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpUserRepresentation {
|
|
31
|
+
id?: string;
|
|
32
|
+
name?: string;
|
|
33
|
+
profilePhotoUrl?: string;
|
|
34
|
+
}
|
|
@@ -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 = "be69a78de29b7f8d6b8627b8a71ae787";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomAcceptInvitationInputRepresentation, existing: DataCleanRoomAcceptInvitationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomAcceptInvitationInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomAcceptInvitationInputRepresentationNormalized, incoming: DataCleanRoomAcceptInvitationInputRepresentationNormalized): 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: DataCleanRoomAcceptInvitationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data clean room Accept invitation input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomAcceptInvitationInputRepresentationNormalized {
|
|
17
|
+
/** Record Id of DataCleanRoomInvitation */
|
|
18
|
+
invitationId: string;
|
|
19
|
+
/** Record Id of DataCleanRoomSpecification */
|
|
20
|
+
specificationId: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Data clean room Accept invitation input
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataCleanRoomAcceptInvitationInputRepresentation {
|
|
29
|
+
invitationId: string;
|
|
30
|
+
specificationId: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DataCleanRoomCollaborationRepresentation as DataCleanRoomCollaborationRepresentation_DataCleanRoomCollaborationRepresentation } from './DataCleanRoomCollaborationRepresentation';
|
|
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, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "9e5eddaaa3330278c7aa483af5dc8d74";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomCollaborationCollectionRepresentation, existing: DataCleanRoomCollaborationCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomCollaborationCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomCollaborationCollectionRepresentationNormalized, incoming: DataCleanRoomCollaborationCollectionRepresentationNormalized): 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: DataCleanRoomCollaborationCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Data Clean Room Collaboration Collection
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomCollaborationCollectionRepresentationNormalized {
|
|
18
|
+
/** List of Data Clean Rooms Collaborations */
|
|
19
|
+
collaborations: Array<$64$luvio_engine_StoreLink>;
|
|
20
|
+
/** Current page url */
|
|
21
|
+
currentPageUrl?: string;
|
|
22
|
+
/** Number of records present in this response */
|
|
23
|
+
limit: number;
|
|
24
|
+
/** Next page url if it exists */
|
|
25
|
+
nextPageUrl?: string | null;
|
|
26
|
+
/** Number of records to skip for the next request */
|
|
27
|
+
offset: number;
|
|
28
|
+
/** Total size of collection */
|
|
29
|
+
totalSize?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Represents Data Clean Room Collaboration Collection
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface DataCleanRoomCollaborationCollectionRepresentation {
|
|
38
|
+
collaborations: Array<DataCleanRoomCollaborationRepresentation_DataCleanRoomCollaborationRepresentation>;
|
|
39
|
+
currentPageUrl?: string;
|
|
40
|
+
limit: number;
|
|
41
|
+
nextPageUrl?: string | null;
|
|
42
|
+
offset: number;
|
|
43
|
+
totalSize?: number;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts
ADDED
|
@@ -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 = "f153b0903825f4b3b544d813b2a29fa3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomCollaborationInputRepresentation, existing: DataCleanRoomCollaborationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomCollaborationInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomCollaborationInputRepresentationNormalized, incoming: DataCleanRoomCollaborationInputRepresentationNormalized): 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: DataCleanRoomCollaborationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data clean room collaboration input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomCollaborationInputRepresentationNormalized {
|
|
17
|
+
/** Api key for collaboration */
|
|
18
|
+
apiKey?: string;
|
|
19
|
+
/** Core org ID where Data cloud clean room is enabled */
|
|
20
|
+
dataCloudOrgId: string;
|
|
21
|
+
/** Name of data space where data clean is created */
|
|
22
|
+
dataSpaceName?: string;
|
|
23
|
+
/** Description of data clean room */
|
|
24
|
+
description?: string;
|
|
25
|
+
/** Label of the asset */
|
|
26
|
+
label: string;
|
|
27
|
+
/** Developer name of provider definition */
|
|
28
|
+
providerDevName: string;
|
|
29
|
+
/** Developer Name of DataCleanRoomSpecification */
|
|
30
|
+
specificationDevName: string;
|
|
31
|
+
/** Developer name of use case template that the collaboration will support */
|
|
32
|
+
templateName: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Represents Cdp Data clean room collaboration input
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface DataCleanRoomCollaborationInputRepresentation {
|
|
41
|
+
apiKey?: string;
|
|
42
|
+
dataCloudOrgId: string;
|
|
43
|
+
dataSpaceName?: string;
|
|
44
|
+
description?: string;
|
|
45
|
+
label: string;
|
|
46
|
+
providerDevName: string;
|
|
47
|
+
specificationDevName: string;
|
|
48
|
+
templateName: string;
|
|
49
|
+
}
|
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 = "7a6f2f4d7bb02afe7a8d12fdccf5c602";
|
|
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 { 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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "13758c356b17ead7d461ca3579ee1dcf";
|
|
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 DataCleanRoomDataSpecificationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialDataCleanRoomDataSpecificationRepresentationNormalizedKeyMetadata = 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): DataCleanRoomDataSpecificationRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomDataSpecificationRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomDataSpecificationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
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;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
19
|
+
export declare function equals(existing: DataCleanRoomDataSpecificationRepresentationNormalized, incoming: DataCleanRoomDataSpecificationRepresentationNormalized): 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: DataCleanRoomDataSpecificationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Data Clean Room Specification
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* id (string): id
|
|
27
|
+
*/
|
|
28
|
+
export interface DataCleanRoomDataSpecificationRepresentationNormalized {
|
|
29
|
+
/** Created by */
|
|
30
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
31
|
+
/** Created date */
|
|
32
|
+
createdDate?: string;
|
|
33
|
+
/** Data Clean Room Data Mapping */
|
|
34
|
+
dataMapping: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
35
|
+
/** Data Clean Room Specification DataSpace */
|
|
36
|
+
dataSpaceName: string;
|
|
37
|
+
/** Data Clean Room Specification Description */
|
|
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
|
+
/** Data Clean Room Member Type */
|
|
48
|
+
memberType: string;
|
|
49
|
+
/** Name of the asset */
|
|
50
|
+
name?: string;
|
|
51
|
+
/** Namespace of the asset */
|
|
52
|
+
namespace?: string;
|
|
53
|
+
/** Data Clean Room Specification Owner Org ID */
|
|
54
|
+
ownerOrgId?: string;
|
|
55
|
+
/** Data Clean Room Data Specification Status */
|
|
56
|
+
status: string;
|
|
57
|
+
templateVersion?: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
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
|
+
templateVersion?: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomProviderCollectionRepresentation.d.ts
ADDED
|
@@ -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 { DataCleanRoomProviderRepresentation as DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation } from './DataCleanRoomProviderRepresentation';
|
|
3
|
+
export declare const VERSION = "52237eeecd4f8f11ae22e265d9abe5ca";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomProviderCollectionRepresentation, existing: DataCleanRoomProviderCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomProviderCollectionRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
providers: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataCleanRoomProviderCollectionRepresentation, existing: DataCleanRoomProviderCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataCleanRoomProviderCollectionRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
providers?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: DataCleanRoomProviderCollectionRepresentationNormalized, incoming: DataCleanRoomProviderCollectionRepresentationNormalized): 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: DataCleanRoomProviderCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Represents Data Clean Room Provider Collection
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomProviderCollectionRepresentationNormalized {
|
|
27
|
+
/** Current page url */
|
|
28
|
+
currentPageUrl?: string;
|
|
29
|
+
/** Number of records present in this response */
|
|
30
|
+
limit?: number;
|
|
31
|
+
/** Next page url if it exists */
|
|
32
|
+
nextPageUrl?: string | null;
|
|
33
|
+
/** Start offset of the next batch */
|
|
34
|
+
offset?: number;
|
|
35
|
+
/** List of provider definitions */
|
|
36
|
+
providers: Array<$64$luvio_engine_StoreLink>;
|
|
37
|
+
/** Total size of collection */
|
|
38
|
+
totalSize?: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Represents Data Clean Room Provider Collection
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface DataCleanRoomProviderCollectionRepresentation {
|
|
47
|
+
currentPageUrl?: string;
|
|
48
|
+
limit?: number;
|
|
49
|
+
nextPageUrl?: string | null;
|
|
50
|
+
offset?: number;
|
|
51
|
+
providers: Array<DataCleanRoomProviderRepresentation_DataCleanRoomProviderRepresentation>;
|
|
52
|
+
totalSize?: number;
|
|
53
|
+
}
|