@salesforce/lds-adapters-cdp-data-clean-room 1.428.0-dev18 → 1.428.0-dev19

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/src/raml/api.raml CHANGED
@@ -1307,22 +1307,6 @@ types:
1307
1307
  description: Text displayed in the UI when the user interacts with the Info icon.
1308
1308
  type: string
1309
1309
  required: false
1310
- matchPolicy:
1311
- description: Match Policy to join multiple match fields.
1312
- type: CustomUseCaseTemplateMatchPolicyRepresentation
1313
- required: false
1314
-
1315
- CustomUseCaseTemplateMatchPolicyRepresentation:
1316
- description: Represents data clean room custom template match policy
1317
- properties:
1318
- type:
1319
- description: Type of the column being matched.
1320
- type: string
1321
- required: true
1322
- alias:
1323
- description: The output column name the given column has to be projected/unioned as.
1324
- type: string
1325
- required: true
1326
1310
 
1327
1311
  CustomUseCaseTemplateQueryInputRepresentation:
1328
1312
  description: Represents data clean room custom template query input
@@ -1686,23 +1670,6 @@ types:
1686
1670
  description: Text displayed in the UI when the user interacts with the Info icon.
1687
1671
  type: string
1688
1672
  required: false
1689
- matchPolicy:
1690
- description: Match Policy to join multiple match fields.
1691
- type: UseCaseTemplateMatchPolicyRepresentation
1692
- required: false
1693
-
1694
- UseCaseTemplateMatchPolicyRepresentation:
1695
- description: Represents usecase template match policy
1696
- type: object
1697
- properties:
1698
- type:
1699
- description: Type of the column being matched.
1700
- type: string
1701
- required: true
1702
- alias:
1703
- description: The output column name the given column has to be projected/unioned as.
1704
- type: string
1705
- required: true
1706
1673
 
1707
1674
  /ssot:
1708
1675
  /data-clean-room:
@@ -1,31 +0,0 @@
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 = "ee16bb4b7d6e9e20ff40e0c689fe7328";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: CustomUseCaseTemplateMatchPolicyRepresentation, existing: CustomUseCaseTemplateMatchPolicyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomUseCaseTemplateMatchPolicyRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: CustomUseCaseTemplateMatchPolicyRepresentationNormalized, incoming: CustomUseCaseTemplateMatchPolicyRepresentationNormalized): 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: CustomUseCaseTemplateMatchPolicyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
- /**
11
- * Represents data clean room custom template match policy
12
- *
13
- * Keys:
14
- * (none)
15
- */
16
- export interface CustomUseCaseTemplateMatchPolicyRepresentationNormalized {
17
- /** The output column name the given column has to be projected/unioned as. */
18
- alias: string;
19
- /** Type of the column being matched. */
20
- type: string;
21
- }
22
- /**
23
- * Represents data clean room custom template match policy
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface CustomUseCaseTemplateMatchPolicyRepresentation {
29
- alias: string;
30
- type: string;
31
- }
@@ -1,31 +0,0 @@
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 = "56aad2249d7e02c96b22f90198d73f58";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: UseCaseTemplateMatchPolicyRepresentation, existing: UseCaseTemplateMatchPolicyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMatchPolicyRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: UseCaseTemplateMatchPolicyRepresentationNormalized, incoming: UseCaseTemplateMatchPolicyRepresentationNormalized): 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: UseCaseTemplateMatchPolicyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
- /**
11
- * Represents usecase template match policy
12
- *
13
- * Keys:
14
- * (none)
15
- */
16
- export interface UseCaseTemplateMatchPolicyRepresentationNormalized {
17
- /** The output column name the given column has to be projected/unioned as. */
18
- alias: string;
19
- /** Type of the column being matched. */
20
- type: string;
21
- }
22
- /**
23
- * Represents usecase template match policy
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface UseCaseTemplateMatchPolicyRepresentation {
29
- alias: string;
30
- type: string;
31
- }