@salesforce/lds-adapters-cdp-data-clean-room 1.354.0-dev1 → 1.354.0-dev11
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 +2698 -114
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/executeDataCleanRoomQuery.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllDataCleanRoomQueryPaginated.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllDataCleanRoomsPaginated.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomProvidersPaginated.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomSpecificationsPaginated.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataCleanRoomTemplatePaginated.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/rejectDataCleanRoomInvitation.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +14 -1
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborations.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomCollaborationsJobsByCollaborationIdOrApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomProviders.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomSpecifications.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataCleanRoomTemplates.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborations.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsRunByCollaborationIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAcceptInvitationInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobHistoryCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomRejectInvitationInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomSpecificationCollectionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeFilterOptionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingPathAttributeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingSubjectAttributeRepresentation.d.ts +37 -0
- package/package.json +3 -3
- package/sfdc/index.js +2911 -268
- package/src/raml/api.raml +794 -34
- package/src/raml/luvio.raml +65 -7
|
@@ -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 { 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 = "f502169b0ec369d5e3e577700c8835b6";
|
|
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,44 @@
|
|
|
1
|
+
import { DataCleanRoomQueryJobRepresentation as DataCleanRoomQueryJobRepresentation_DataCleanRoomQueryJobRepresentation } from './DataCleanRoomQueryJobRepresentation';
|
|
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 = "7aaafdce5d4ed7457442ab5701329217";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomQueryJobHistoryCollectionRepresentation, existing: DataCleanRoomQueryJobHistoryCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomQueryJobHistoryCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomQueryJobHistoryCollectionRepresentationNormalized, incoming: DataCleanRoomQueryJobHistoryCollectionRepresentationNormalized): 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: DataCleanRoomQueryJobHistoryCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Data Clean Room Job History Collection
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomQueryJobHistoryCollectionRepresentationNormalized {
|
|
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
|
+
/** Start offset of the next batch */
|
|
25
|
+
offset: number;
|
|
26
|
+
/** List of query jobs */
|
|
27
|
+
queryJobs: Array<$64$luvio_engine_StoreLink>;
|
|
28
|
+
/** Total size of collection */
|
|
29
|
+
totalSize?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Represents Data Clean Room Job History Collection
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface DataCleanRoomQueryJobHistoryCollectionRepresentation {
|
|
38
|
+
currentPageUrl?: string;
|
|
39
|
+
limit: number;
|
|
40
|
+
nextPageUrl?: string | null;
|
|
41
|
+
offset: number;
|
|
42
|
+
queryJobs: Array<DataCleanRoomQueryJobRepresentation_DataCleanRoomQueryJobRepresentation>;
|
|
43
|
+
totalSize?: number;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomQueryJobInputRepresentation.d.ts
ADDED
|
@@ -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 = "0ecb22dd989d217c5b5eae81757681ab";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomQueryJobInputRepresentation, existing: DataCleanRoomQueryJobInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomQueryJobInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomQueryJobInputRepresentationNormalized, incoming: DataCleanRoomQueryJobInputRepresentationNormalized): 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: DataCleanRoomQueryJobInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data clean room Query Job input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomQueryJobInputRepresentationNormalized {
|
|
17
|
+
/** Name of the Query that would be executed */
|
|
18
|
+
queryExecutionName: string;
|
|
19
|
+
/** Segment IDs on which the query would be executed */
|
|
20
|
+
segmentIds: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Data clean room Query Job input
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataCleanRoomQueryJobInputRepresentation {
|
|
29
|
+
queryExecutionName: string;
|
|
30
|
+
segmentIds: Array<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "a9f0b009de72ece59b856eea14e4af5c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type DataCleanRoomQueryJobRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialDataCleanRoomQueryJobRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataCleanRoomQueryJobRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomQueryJobRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataCleanRoomQueryJobRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: DataCleanRoomQueryJobRepresentation, existing: DataCleanRoomQueryJobRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomQueryJobRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: DataCleanRoomQueryJobRepresentationNormalized, incoming: DataCleanRoomQueryJobRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomQueryJobRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Represents Cdp Data Clean Room Query Job
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomQueryJobRepresentationNormalized {
|
|
27
|
+
/** Date time at which query run was completed */
|
|
28
|
+
completedDate?: string;
|
|
29
|
+
/** Created by */
|
|
30
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
31
|
+
/** Created date */
|
|
32
|
+
createdDate?: string;
|
|
33
|
+
/** Error code due to query failure, if any */
|
|
34
|
+
errorCode?: string;
|
|
35
|
+
/** Error message specifying the query failure reason, if any */
|
|
36
|
+
errorMessage?: string;
|
|
37
|
+
/** The 18 character ID of the asset */
|
|
38
|
+
id: string;
|
|
39
|
+
/** Label of the asset */
|
|
40
|
+
label?: string;
|
|
41
|
+
/** Last modified by */
|
|
42
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
43
|
+
/** Last modified date */
|
|
44
|
+
lastModifiedDate?: string;
|
|
45
|
+
/** Name of the asset */
|
|
46
|
+
name?: string;
|
|
47
|
+
/** Number of records obtained as part of query run */
|
|
48
|
+
result?: number;
|
|
49
|
+
/** List of segment names */
|
|
50
|
+
segmentNames?: Array<string>;
|
|
51
|
+
/** Query Status of Query Job */
|
|
52
|
+
status: string;
|
|
53
|
+
/** Date time at which query was triggered */
|
|
54
|
+
triggeredDate?: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Represents Cdp Data Clean Room Query Job
|
|
58
|
+
*
|
|
59
|
+
* Keys:
|
|
60
|
+
* id (string): id
|
|
61
|
+
*/
|
|
62
|
+
export interface DataCleanRoomQueryJobRepresentation {
|
|
63
|
+
completedDate?: string;
|
|
64
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
65
|
+
createdDate?: string;
|
|
66
|
+
errorCode?: string;
|
|
67
|
+
errorMessage?: string;
|
|
68
|
+
id: string;
|
|
69
|
+
label?: string;
|
|
70
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
71
|
+
lastModifiedDate?: string;
|
|
72
|
+
name?: string;
|
|
73
|
+
result?: number;
|
|
74
|
+
segmentNames?: Array<string>;
|
|
75
|
+
status: string;
|
|
76
|
+
triggeredDate?: string;
|
|
77
|
+
}
|
|
@@ -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
|
+
}
|