@salesforce/lds-adapters-cdp-data-clean-room 1.332.0-dev22 → 1.332.0-dev24
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 +1406 -107
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/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/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -1
- 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/postSsotDataCleanRoomCollaborations.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +78 -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 +49 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomSpecificationCollectionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingPathAttributeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingSubjectAttributeRepresentation.d.ts +37 -0
- package/package.json +3 -3
- package/sfdc/index.js +1515 -199
- package/src/raml/api.raml +488 -36
- package/src/raml/luvio.raml +27 -7
package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMappingAttributeRepresentation.d.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { UseCaseTemplateMappingRepresentation as UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation } from './UseCaseTemplateMappingRepresentation';
|
|
3
|
+
import { UseCaseTemplateMappingPathAttributeRepresentation as UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation } from './UseCaseTemplateMappingPathAttributeRepresentation';
|
|
4
|
+
import { UseCaseTemplateMappingSubjectAttributeRepresentation as UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation } from './UseCaseTemplateMappingSubjectAttributeRepresentation';
|
|
5
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
6
|
+
export declare const VERSION = "d6d005c480e1fc79357e65fda7c44c71";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: UseCaseTemplateMappingAttributeRepresentation, existing: UseCaseTemplateMappingAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingAttributeRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: UseCaseTemplateMappingAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingAttributeRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UseCaseTemplateMappingAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface UseCaseTemplateMappingAttributeRepresentationNormalized {
|
|
21
|
+
/** Attribute Alias */
|
|
22
|
+
alias: string;
|
|
23
|
+
/** Attribute Id */
|
|
24
|
+
attributeId?: string;
|
|
25
|
+
/** Created by */
|
|
26
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
27
|
+
/** Created date */
|
|
28
|
+
createdDate?: string;
|
|
29
|
+
dataMapping?: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
30
|
+
/** The 18 character ID of the asset */
|
|
31
|
+
id?: string;
|
|
32
|
+
/** Label of the asset */
|
|
33
|
+
label?: string;
|
|
34
|
+
/** Last modified by */
|
|
35
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
36
|
+
/** Last modified date */
|
|
37
|
+
lastModifiedDate?: string;
|
|
38
|
+
/** Name of the asset */
|
|
39
|
+
name?: string;
|
|
40
|
+
/** Namespace of the asset */
|
|
41
|
+
namespace?: string;
|
|
42
|
+
/** Attribute Path */
|
|
43
|
+
path: Array<UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation>;
|
|
44
|
+
subjectAttribute: UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation;
|
|
45
|
+
/** Url */
|
|
46
|
+
url?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface UseCaseTemplateMappingAttributeRepresentation {
|
|
55
|
+
alias: string;
|
|
56
|
+
attributeId?: string;
|
|
57
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
58
|
+
createdDate?: string;
|
|
59
|
+
dataMapping?: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
60
|
+
id?: string;
|
|
61
|
+
label?: string;
|
|
62
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
63
|
+
lastModifiedDate?: string;
|
|
64
|
+
name?: string;
|
|
65
|
+
namespace?: string;
|
|
66
|
+
path: Array<UseCaseTemplateMappingPathAttributeRepresentation_UseCaseTemplateMappingPathAttributeRepresentation>;
|
|
67
|
+
subjectAttribute: UseCaseTemplateMappingSubjectAttributeRepresentation_UseCaseTemplateMappingSubjectAttributeRepresentation;
|
|
68
|
+
url?: string;
|
|
69
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "6365dac834dfc64bef8319d9abdb1941";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UseCaseTemplateMappingPathAttributeRepresentation, existing: UseCaseTemplateMappingPathAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingPathAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UseCaseTemplateMappingPathAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingPathAttributeRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UseCaseTemplateMappingPathAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Clean Room UseCase Template Mapping Path Attribute Config
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UseCaseTemplateMappingPathAttributeRepresentationNormalized {
|
|
17
|
+
/** Source attribute details in path component */
|
|
18
|
+
sourceAttribute: unknown;
|
|
19
|
+
/** Target attribute details in path component */
|
|
20
|
+
targetAttribute: unknown;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Data Clean Room UseCase Template Mapping Path Attribute Config
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface UseCaseTemplateMappingPathAttributeRepresentation {
|
|
29
|
+
sourceAttribute: unknown;
|
|
30
|
+
targetAttribute: unknown;
|
|
31
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { UseCaseTemplateMappingAttributeRepresentation as UseCaseTemplateMappingAttributeRepresentation_UseCaseTemplateMappingAttributeRepresentation } from './UseCaseTemplateMappingAttributeRepresentation';
|
|
2
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "e00dabb7e2fc46ef60130bbc065b3322";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UseCaseTemplateMappingRepresentation, existing: UseCaseTemplateMappingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UseCaseTemplateMappingRepresentationNormalized, incoming: UseCaseTemplateMappingRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UseCaseTemplateMappingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface UseCaseTemplateMappingRepresentationNormalized {
|
|
19
|
+
/** UseCase Template Mapping attributes */
|
|
20
|
+
attributes: Array<UseCaseTemplateMappingAttributeRepresentation_UseCaseTemplateMappingAttributeRepresentation>;
|
|
21
|
+
/** UseCase Template Collaboration Entity for Mapping */
|
|
22
|
+
collaborationEntity: string;
|
|
23
|
+
/** Created by */
|
|
24
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
25
|
+
/** Created date */
|
|
26
|
+
createdDate?: string;
|
|
27
|
+
/** The 18 character ID of the asset */
|
|
28
|
+
id?: string;
|
|
29
|
+
/** Label of the asset */
|
|
30
|
+
label?: string;
|
|
31
|
+
/** Last modified by */
|
|
32
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
33
|
+
/** Last modified date */
|
|
34
|
+
lastModifiedDate?: string;
|
|
35
|
+
/** Name of the asset */
|
|
36
|
+
name?: string;
|
|
37
|
+
/** Namespace of the asset */
|
|
38
|
+
namespace?: string;
|
|
39
|
+
/** Url */
|
|
40
|
+
url?: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Represents Cdp Data Clean Room Mapping details
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* (none)
|
|
47
|
+
*/
|
|
48
|
+
export interface UseCaseTemplateMappingRepresentation {
|
|
49
|
+
attributes: Array<UseCaseTemplateMappingAttributeRepresentation_UseCaseTemplateMappingAttributeRepresentation>;
|
|
50
|
+
collaborationEntity: string;
|
|
51
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
52
|
+
createdDate?: string;
|
|
53
|
+
id?: string;
|
|
54
|
+
label?: string;
|
|
55
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
56
|
+
lastModifiedDate?: string;
|
|
57
|
+
name?: string;
|
|
58
|
+
namespace?: string;
|
|
59
|
+
url?: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "da196eee1a74360bd90ca3f364d90049";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UseCaseTemplateMappingSubjectAttributeRepresentation, existing: UseCaseTemplateMappingSubjectAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMappingSubjectAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UseCaseTemplateMappingSubjectAttributeRepresentationNormalized, incoming: UseCaseTemplateMappingSubjectAttributeRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UseCaseTemplateMappingSubjectAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Clean Room UseCase Template Mapping Subject Attribute Config
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UseCaseTemplateMappingSubjectAttributeRepresentationNormalized {
|
|
17
|
+
/** Label of mapping field */
|
|
18
|
+
fieldLabel: string;
|
|
19
|
+
/** Name of mapping field */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** Label of mapping object */
|
|
22
|
+
objectLabel: string;
|
|
23
|
+
/** Name of mapping object */
|
|
24
|
+
objectName: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Data Clean Room UseCase Template Mapping Subject Attribute Config
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface UseCaseTemplateMappingSubjectAttributeRepresentation {
|
|
33
|
+
fieldLabel: string;
|
|
34
|
+
fieldName: string;
|
|
35
|
+
objectLabel: string;
|
|
36
|
+
objectName: string;
|
|
37
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev24",
|
|
4
4
|
"description": "API's related to Data Clean Room Feature",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-data-clean-room.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.332.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.332.0-dev24"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0-dev24"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|