@salesforce/lds-adapters-marketing-cdp 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.
Files changed (56) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/marketing-cdp.js +2423 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createDataGraph.d.ts +33 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deleteDataGraph.d.ts +14 -0
  6. package/dist/es/es2018/types/src/generated/adapters/editDataGraph.d.ts +34 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getDataGraph.d.ts +31 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getDataGraphDependency.d.ts +29 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getDataGraphDraft.d.ts +28 -0
  10. package/dist/es/es2018/types/src/generated/adapters/retryDataGraph.d.ts +15 -0
  11. package/dist/es/es2018/types/src/generated/adapters/saveDataGraphDraft.d.ts +16 -0
  12. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +8 -0
  13. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
  14. package/dist/es/es2018/types/src/generated/resources/deleteSsotDataGraphsByDataGraphName.d.ts +12 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsByDataGraphName.d.ts +20 -0
  16. package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsDependencyByDataGraphName.d.ts +16 -0
  17. package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsDraftByDataGraphName.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/resources/postSsotDataGraphs.d.ts +30 -0
  19. package/dist/es/es2018/types/src/generated/resources/postSsotDataGraphsDraft.d.ts +13 -0
  20. package/dist/es/es2018/types/src/generated/resources/putSsotDataGraphs.d.ts +33 -0
  21. package/dist/es/es2018/types/src/generated/resources/putSsotDataGraphsRetry.d.ts +12 -0
  22. package/dist/es/es2018/types/src/generated/types/CdpDataGraphDataRecencyInputRepresentation.d.ts +37 -0
  23. package/dist/es/es2018/types/src/generated/types/CdpDataGraphDependencyOutputRepresentation.d.ts +34 -0
  24. package/dist/es/es2018/types/src/generated/types/CdpDataGraphDraftInputRepresentation.d.ts +31 -0
  25. package/dist/es/es2018/types/src/generated/types/CdpDataGraphDraftOutputRepresentation.d.ts +38 -0
  26. package/dist/es/es2018/types/src/generated/types/CdpDataGraphFieldInputRepresentation.d.ts +52 -0
  27. package/dist/es/es2018/types/src/generated/types/CdpDataGraphFieldOutputRepresentation.d.ts +62 -0
  28. package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionInputRepresentation.d.ts +34 -0
  29. package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionOutputRepresentation.d.ts +34 -0
  30. package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaInputRepresentation.d.ts +32 -0
  31. package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaOutputRepresentation.d.ts +32 -0
  32. package/dist/es/es2018/types/src/generated/types/CdpDataGraphInputRepresentation.d.ts +76 -0
  33. package/dist/es/es2018/types/src/generated/types/CdpDataGraphOutputRepresentation.d.ts +103 -0
  34. package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentInputRepresentation.d.ts +31 -0
  35. package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentOutputRepresentation.d.ts +31 -0
  36. package/dist/es/es2018/types/src/generated/types/CdpDataGraphRecencyCriteriaOutputRepresentation.d.ts +37 -0
  37. package/dist/es/es2018/types/src/generated/types/CdpDataGraphRelatedSegmentOutputRepresentation.d.ts +34 -0
  38. package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryInputRepresentation.d.ts +28 -0
  39. package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryOutputRepresentation.d.ts +43 -0
  40. package/dist/es/es2018/types/src/generated/types/CdpDataGraphSourceInputRepresentation.d.ts +46 -0
  41. package/dist/es/es2018/types/src/generated/types/CdpDataGraphSourceObjectOutputRepresentation.d.ts +69 -0
  42. package/dist/es/es2018/types/src/generated/types/CdpObjectBaseInputRepresentation.d.ts +40 -0
  43. package/dist/es/es2018/types/src/generated/types/CdpObjectBaseOutputRepresentation.d.ts +64 -0
  44. package/dist/es/es2018/types/src/generated/types/DataGraphFullRefreshConfigInputRepresentation.d.ts +28 -0
  45. package/dist/es/es2018/types/src/generated/types/DataGraphFullRefreshConfigOutputRepresentation.d.ts +28 -0
  46. package/dist/es/es2018/types/src/generated/types/DataGraphIncrementalRefreshConfigInputRepresentation.d.ts +28 -0
  47. package/dist/es/es2018/types/src/generated/types/DataGraphIncrementalRefreshConfigOutputRepresentation.d.ts +28 -0
  48. package/dist/es/es2018/types/src/generated/types/DataGraphScheduleInputRepresentation.d.ts +31 -0
  49. package/dist/es/es2018/types/src/generated/types/DataGraphScheduleOutputRepresentation.d.ts +31 -0
  50. package/dist/es/es2018/types/src/generated/types/DependencyOutputRepresentation.d.ts +43 -0
  51. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  52. package/package.json +75 -0
  53. package/sfdc/index.d.ts +1 -0
  54. package/sfdc/index.js +2609 -0
  55. package/src/raml/api.raml +808 -0
  56. package/src/raml/luvio.raml +74 -0
@@ -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 = "ff9c7ef7ade8a01ba232239752160670";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpDataGraphRetryInputRepresentation, existing: CdpDataGraphRetryInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphRetryInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpDataGraphRetryInputRepresentationNormalized, incoming: CdpDataGraphRetryInputRepresentationNormalized): 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: CdpDataGraphRetryInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for retry running error state CDP Data Graph
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpDataGraphRetryInputRepresentationNormalized {
17
+ /** data_graph_name */
18
+ dataGraphName: string;
19
+ }
20
+ /**
21
+ * Input representation for retry running error state CDP Data Graph
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface CdpDataGraphRetryInputRepresentation {
27
+ dataGraphName: string;
28
+ }
@@ -0,0 +1,43 @@
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 = "0c1f279e921d51f73cd64db1eaef780c";
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
+ name: string;
7
+ }
8
+ export type CdpDataGraphRetryOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialCdpDataGraphRetryOutputRepresentationNormalizedKeyMetadata = 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): CdpDataGraphRetryOutputRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpDataGraphRetryOutputRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpDataGraphRetryOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: CdpDataGraphRetryOutputRepresentation, existing: CdpDataGraphRetryOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphRetryOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_BaseFragment;
16
+ export declare function equals(existing: CdpDataGraphRetryOutputRepresentationNormalized, incoming: CdpDataGraphRetryOutputRepresentationNormalized): 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: CdpDataGraphRetryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Represents Cdp Data Graph Retry Output
21
+ *
22
+ * Keys:
23
+ * name (string): dataGraphName
24
+ */
25
+ export interface CdpDataGraphRetryOutputRepresentationNormalized {
26
+ /** data_graph_name */
27
+ dataGraphName: string;
28
+ /** last run status */
29
+ lastRunStatus: string;
30
+ /** status */
31
+ status: string;
32
+ }
33
+ /**
34
+ * Represents Cdp Data Graph Retry Output
35
+ *
36
+ * Keys:
37
+ * name (string): dataGraphName
38
+ */
39
+ export interface CdpDataGraphRetryOutputRepresentation {
40
+ dataGraphName: string;
41
+ lastRunStatus: string;
42
+ status: string;
43
+ }
@@ -0,0 +1,46 @@
1
+ import { CdpObjectBaseInputRepresentation as CdpObjectBaseInputRepresentation_CdpObjectBaseInputRepresentation } from './CdpObjectBaseInputRepresentation';
2
+ import { CdpDataGraphFieldInputRepresentation as CdpDataGraphFieldInputRepresentation_CdpDataGraphFieldInputRepresentation } from './CdpDataGraphFieldInputRepresentation';
3
+ import { CdpDataGraphFilterCriteriaInputRepresentation as CdpDataGraphFilterCriteriaInputRepresentation_CdpDataGraphFilterCriteriaInputRepresentation } from './CdpDataGraphFilterCriteriaInputRepresentation';
4
+ import { CdpDataGraphPathToParentInputRepresentation as CdpDataGraphPathToParentInputRepresentation_CdpDataGraphPathToParentInputRepresentation } from './CdpDataGraphPathToParentInputRepresentation';
5
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
6
+ export declare const VERSION = "2f1be6888dc40d5500a62043085f1e26";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: CdpDataGraphSourceInputRepresentation, existing: CdpDataGraphSourceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphSourceInputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_BaseFragment;
11
+ export declare function equals(existing: CdpDataGraphSourceInputRepresentationNormalized, incoming: CdpDataGraphSourceInputRepresentationNormalized): 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: CdpDataGraphSourceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Data Graph Source Object input representation
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface CdpDataGraphSourceInputRepresentationNormalized extends CdpObjectBaseInputRepresentation_CdpObjectBaseInputRepresentation {
21
+ /** fields */
22
+ fields: Array<CdpDataGraphFieldInputRepresentation_CdpDataGraphFieldInputRepresentation>;
23
+ filterCriteria?: CdpDataGraphFilterCriteriaInputRepresentation_CdpDataGraphFilterCriteriaInputRepresentation;
24
+ /** jsonPath */
25
+ jsonPath?: string;
26
+ /** path */
27
+ path: Array<CdpDataGraphPathToParentInputRepresentation_CdpDataGraphPathToParentInputRepresentation>;
28
+ /** recencyCriteria */
29
+ recencyCriteria: Array<{}>;
30
+ /** relatedObjects */
31
+ relatedObjects: Array<unknown>;
32
+ }
33
+ /**
34
+ * Data Graph Source Object input representation
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface CdpDataGraphSourceInputRepresentation extends CdpObjectBaseInputRepresentation_CdpObjectBaseInputRepresentation {
40
+ fields: Array<CdpDataGraphFieldInputRepresentation_CdpDataGraphFieldInputRepresentation>;
41
+ filterCriteria?: CdpDataGraphFilterCriteriaInputRepresentation_CdpDataGraphFilterCriteriaInputRepresentation;
42
+ jsonPath?: string;
43
+ path: Array<CdpDataGraphPathToParentInputRepresentation_CdpDataGraphPathToParentInputRepresentation>;
44
+ recencyCriteria: Array<{}>;
45
+ relatedObjects: Array<unknown>;
46
+ }
@@ -0,0 +1,69 @@
1
+ import { DependencyOutputRepresentation as DependencyOutputRepresentation_DependencyOutputRepresentation } from './DependencyOutputRepresentation';
2
+ import { CdpDataGraphFieldOutputRepresentation as CdpDataGraphFieldOutputRepresentation_CdpDataGraphFieldOutputRepresentation } from './CdpDataGraphFieldOutputRepresentation';
3
+ import { CdpDataGraphFilterCriteriaOutputRepresentation as CdpDataGraphFilterCriteriaOutputRepresentation_CdpDataGraphFilterCriteriaOutputRepresentation } from './CdpDataGraphFilterCriteriaOutputRepresentation';
4
+ import { CdpDataGraphPathToParentOutputRepresentation as CdpDataGraphPathToParentOutputRepresentation_CdpDataGraphPathToParentOutputRepresentation } from './CdpDataGraphPathToParentOutputRepresentation';
5
+ import { CdpDataGraphRecencyCriteriaOutputRepresentation as CdpDataGraphRecencyCriteriaOutputRepresentation_CdpDataGraphRecencyCriteriaOutputRepresentation } from './CdpDataGraphRecencyCriteriaOutputRepresentation';
6
+ import { CdpDataGraphRelatedSegmentOutputRepresentation as CdpDataGraphRelatedSegmentOutputRepresentation_CdpDataGraphRelatedSegmentOutputRepresentation } from './CdpDataGraphRelatedSegmentOutputRepresentation';
7
+ 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';
8
+ export declare const VERSION = "af38397a7f5ddaa33289be0b963f70a9";
9
+ export declare function validate(obj: any, path?: string): TypeError | null;
10
+ export declare const RepresentationType: string;
11
+ export declare function normalize(input: CdpDataGraphSourceObjectOutputRepresentation, existing: CdpDataGraphSourceObjectOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphSourceObjectOutputRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_BaseFragment;
13
+ export declare function equals(existing: CdpDataGraphSourceObjectOutputRepresentationNormalized, incoming: CdpDataGraphSourceObjectOutputRepresentationNormalized): boolean;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpDataGraphSourceObjectOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
16
+ /**
17
+ * Represents Cdp Data Graph Source Output
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface CdpDataGraphSourceObjectOutputRepresentationNormalized {
23
+ /** dependency */
24
+ dependency?: Array<DependencyOutputRepresentation_DependencyOutputRepresentation>;
25
+ /** devName */
26
+ devName?: string;
27
+ /** fields */
28
+ fields: Array<$64$luvio_engine_StoreLink>;
29
+ filterCriteria?: CdpDataGraphFilterCriteriaOutputRepresentation_CdpDataGraphFilterCriteriaOutputRepresentation;
30
+ /** fragmentDMOLabel */
31
+ fragmentDMOLabel?: string;
32
+ /** fragmentDMOName */
33
+ fragmentDMOName?: string;
34
+ /** jsonPath */
35
+ jsonPath?: string;
36
+ /** path */
37
+ path?: Array<CdpDataGraphPathToParentOutputRepresentation_CdpDataGraphPathToParentOutputRepresentation>;
38
+ /** recencyCriteria */
39
+ recencyCriteria?: Array<CdpDataGraphRecencyCriteriaOutputRepresentation_CdpDataGraphRecencyCriteriaOutputRepresentation>;
40
+ /** referenceDeveloperName */
41
+ referenceDeveloperName?: string;
42
+ /** relatedObjects */
43
+ relatedObjects: Array<unknown>;
44
+ /** relatedSegments */
45
+ relatedSegments?: Array<CdpDataGraphRelatedSegmentOutputRepresentation_CdpDataGraphRelatedSegmentOutputRepresentation>;
46
+ /** type */
47
+ type?: string;
48
+ }
49
+ /**
50
+ * Represents Cdp Data Graph Source Output
51
+ *
52
+ * Keys:
53
+ * (none)
54
+ */
55
+ export interface CdpDataGraphSourceObjectOutputRepresentation {
56
+ dependency?: Array<DependencyOutputRepresentation_DependencyOutputRepresentation>;
57
+ devName?: string;
58
+ fields: Array<CdpDataGraphFieldOutputRepresentation_CdpDataGraphFieldOutputRepresentation>;
59
+ filterCriteria?: CdpDataGraphFilterCriteriaOutputRepresentation_CdpDataGraphFilterCriteriaOutputRepresentation;
60
+ fragmentDMOLabel?: string;
61
+ fragmentDMOName?: string;
62
+ jsonPath?: string;
63
+ path?: Array<CdpDataGraphPathToParentOutputRepresentation_CdpDataGraphPathToParentOutputRepresentation>;
64
+ recencyCriteria?: Array<CdpDataGraphRecencyCriteriaOutputRepresentation_CdpDataGraphRecencyCriteriaOutputRepresentation>;
65
+ referenceDeveloperName?: string;
66
+ relatedObjects: Array<unknown>;
67
+ relatedSegments?: Array<CdpDataGraphRelatedSegmentOutputRepresentation_CdpDataGraphRelatedSegmentOutputRepresentation>;
68
+ type?: string;
69
+ }
@@ -0,0 +1,40 @@
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 = "221946d1bc7d3020417982df5d0392bb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpObjectBaseInputRepresentation, existing: CdpObjectBaseInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpObjectBaseInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpObjectBaseInputRepresentationNormalized, incoming: CdpObjectBaseInputRepresentationNormalized): 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: CdpObjectBaseInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Base CDP Input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpObjectBaseInputRepresentationNormalized {
17
+ /** dataspaceName */
18
+ dataspaceName?: string;
19
+ /** description */
20
+ description?: string;
21
+ /** refers to the `kind` property of object `CdpObjectBaseInputRepresentation` */
22
+ kind: string;
23
+ /** label */
24
+ label?: string;
25
+ /** name */
26
+ name?: string;
27
+ }
28
+ /**
29
+ * Base CDP Input representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface CdpObjectBaseInputRepresentation {
35
+ dataspaceName?: string;
36
+ description?: string;
37
+ kind: string;
38
+ label?: string;
39
+ name?: string;
40
+ }
@@ -0,0 +1,64 @@
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 = "82688ff339f8191a42a72dcf49372149";
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
+ name: string;
7
+ }
8
+ export type CdpObjectBaseOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialCdpObjectBaseOutputRepresentationNormalizedKeyMetadata = 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): CdpObjectBaseOutputRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpObjectBaseOutputRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpObjectBaseOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: CdpObjectBaseOutputRepresentation, existing: CdpObjectBaseOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpObjectBaseOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_BaseFragment;
16
+ export declare function equals(existing: CdpObjectBaseOutputRepresentationNormalized, incoming: CdpObjectBaseOutputRepresentationNormalized): 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: CdpObjectBaseOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Represents Cdp Base Output
21
+ *
22
+ * Keys:
23
+ * name (string): name
24
+ */
25
+ export interface CdpObjectBaseOutputRepresentationNormalized {
26
+ /** created by */
27
+ createdBy?: string;
28
+ /** created date */
29
+ createdDate?: string;
30
+ /** dataspacename */
31
+ dataspaceName?: string;
32
+ /** description */
33
+ description?: string;
34
+ /** id */
35
+ id?: string;
36
+ /** refers to the `kind` property of object `CdpObjectBaseOutputRepresentation` */
37
+ kind: string;
38
+ /** label */
39
+ label?: string;
40
+ /** modified by */
41
+ modifiedBy?: string;
42
+ /** modified date */
43
+ modifiedDate?: string;
44
+ /** name */
45
+ name: string;
46
+ }
47
+ /**
48
+ * Represents Cdp Base Output
49
+ *
50
+ * Keys:
51
+ * name (string): name
52
+ */
53
+ export interface CdpObjectBaseOutputRepresentation {
54
+ createdBy?: string;
55
+ createdDate?: string;
56
+ dataspaceName?: string;
57
+ description?: string;
58
+ id?: string;
59
+ kind: string;
60
+ label?: string;
61
+ modifiedBy?: string;
62
+ modifiedDate?: string;
63
+ name: string;
64
+ }
@@ -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 = "cf06aa834327b83172e8495ce8ac75a2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataGraphFullRefreshConfigInputRepresentation, existing: DataGraphFullRefreshConfigInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataGraphFullRefreshConfigInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataGraphFullRefreshConfigInputRepresentationNormalized, incoming: DataGraphFullRefreshConfigInputRepresentationNormalized): 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: DataGraphFullRefreshConfigInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Data Graph Full Refresh Config input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataGraphFullRefreshConfigInputRepresentationNormalized {
17
+ /** schedule */
18
+ schedule?: {};
19
+ }
20
+ /**
21
+ * Data Graph Full Refresh Config input representation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataGraphFullRefreshConfigInputRepresentation {
27
+ schedule?: {};
28
+ }
@@ -0,0 +1,28 @@
1
+ import { DataGraphScheduleOutputRepresentation as DataGraphScheduleOutputRepresentation_DataGraphScheduleOutputRepresentation } from './DataGraphScheduleOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "357c45150d9c6dd2af30013e75efad2a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataGraphFullRefreshConfigOutputRepresentation, existing: DataGraphFullRefreshConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataGraphFullRefreshConfigOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataGraphFullRefreshConfigOutputRepresentationNormalized, incoming: DataGraphFullRefreshConfigOutputRepresentationNormalized): 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: DataGraphFullRefreshConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents Cdp Data Graph Full Refresh Config Output Output
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataGraphFullRefreshConfigOutputRepresentationNormalized {
18
+ schedule?: DataGraphScheduleOutputRepresentation_DataGraphScheduleOutputRepresentation;
19
+ }
20
+ /**
21
+ * Represents Cdp Data Graph Full Refresh Config Output Output
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataGraphFullRefreshConfigOutputRepresentation {
27
+ schedule?: DataGraphScheduleOutputRepresentation_DataGraphScheduleOutputRepresentation;
28
+ }
@@ -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 = "e9dc660f59321295739d61363d0a1dda";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataGraphIncrementalRefreshConfigInputRepresentation, existing: DataGraphIncrementalRefreshConfigInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataGraphIncrementalRefreshConfigInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataGraphIncrementalRefreshConfigInputRepresentationNormalized, incoming: DataGraphIncrementalRefreshConfigInputRepresentationNormalized): 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: DataGraphIncrementalRefreshConfigInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Data Graph Incremental Refresh input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataGraphIncrementalRefreshConfigInputRepresentationNormalized {
17
+ /** enabled */
18
+ enabled?: boolean;
19
+ }
20
+ /**
21
+ * Data Graph Incremental Refresh input representation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataGraphIncrementalRefreshConfigInputRepresentation {
27
+ enabled?: boolean;
28
+ }
@@ -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 = "6f5a4878a0844e3b7e4faba7696067e0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataGraphIncrementalRefreshConfigOutputRepresentation, existing: DataGraphIncrementalRefreshConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataGraphIncrementalRefreshConfigOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataGraphIncrementalRefreshConfigOutputRepresentationNormalized, incoming: DataGraphIncrementalRefreshConfigOutputRepresentationNormalized): 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: DataGraphIncrementalRefreshConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents Cdp Data Graph Full Refresh Config Output
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataGraphIncrementalRefreshConfigOutputRepresentationNormalized {
17
+ /** enabled */
18
+ enabled?: boolean;
19
+ }
20
+ /**
21
+ * Represents Cdp Data Graph Full Refresh Config Output
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataGraphIncrementalRefreshConfigOutputRepresentation {
27
+ enabled?: boolean;
28
+ }
@@ -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 = "23598e300f7d8b5e01966d5b67754aff";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataGraphScheduleInputRepresentation, existing: DataGraphScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataGraphScheduleInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataGraphScheduleInputRepresentationNormalized, incoming: DataGraphScheduleInputRepresentationNormalized): 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: DataGraphScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Data Graph Schedule input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataGraphScheduleInputRepresentationNormalized {
17
+ /** frequency */
18
+ frequency?: number;
19
+ /** time granularity */
20
+ timeGranularity?: string;
21
+ }
22
+ /**
23
+ * Data Graph Schedule input representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataGraphScheduleInputRepresentation {
29
+ frequency?: number;
30
+ timeGranularity?: string;
31
+ }
@@ -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 = "adfde12d47ed74e466536a8a39f9dffa";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataGraphScheduleOutputRepresentation, existing: DataGraphScheduleOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataGraphScheduleOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataGraphScheduleOutputRepresentationNormalized, incoming: DataGraphScheduleOutputRepresentationNormalized): 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: DataGraphScheduleOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents Data Graph Full refresh Schedule
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataGraphScheduleOutputRepresentationNormalized {
17
+ /** frequency */
18
+ frequency?: number;
19
+ /** time Granularity */
20
+ timeGranularity?: string;
21
+ }
22
+ /**
23
+ * Represents Data Graph Full refresh Schedule
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataGraphScheduleOutputRepresentation {
29
+ frequency?: number;
30
+ timeGranularity?: string;
31
+ }
@@ -0,0 +1,43 @@
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 = "93b62480125eea289a4e9be0bb677bef";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DependencyOutputRepresentation, existing: DependencyOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DependencyOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DependencyOutputRepresentationNormalized, incoming: DependencyOutputRepresentationNormalized): 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: DependencyOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents Dependency Output
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DependencyOutputRepresentationNormalized {
17
+ /** developerName */
18
+ developerName: string;
19
+ /** displayName */
20
+ displayName: string;
21
+ /** entityType */
22
+ entityType: string;
23
+ /** entityTypePluralLabel */
24
+ entityTypePluralLabel: string;
25
+ /** id */
26
+ id: string;
27
+ /** linkable */
28
+ linkable: boolean;
29
+ }
30
+ /**
31
+ * Represents Dependency Output
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface DependencyOutputRepresentation {
37
+ developerName: string;
38
+ displayName: string;
39
+ entityType: string;
40
+ entityTypePluralLabel: string;
41
+ id: string;
42
+ linkable: boolean;
43
+ }
@@ -0,0 +1,32 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectKeys: {
3
+ (o: object): string[];
4
+ (o: {}): string[];
5
+ }, ObjectCreate: {
6
+ (o: object | null): any;
7
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
8
+ }, ObjectAssign: {
9
+ <T extends {}, U>(target: T, source: U): T & U;
10
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
11
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
12
+ (target: object, ...sources: any[]): any;
13
+ };
14
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
15
+ export declare const JSONStringify: {
16
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
17
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
18
+ };
19
+ type AllowedPrimitives = boolean | string | number | Date | null;
20
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
21
+ export type RecursivePartial<T> = null | {
22
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
23
+ };
24
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
25
+ export declare function equalsObject<U, V extends {
26
+ [key: string]: U;
27
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
28
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
29
+ __ref: string;
30
+ };
31
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
32
+ export {};
package/package.json ADDED
@@ -0,0 +1,75 @@
1
+ {
2
+ "name": "@salesforce/lds-adapters-marketing-cdp",
3
+ "version": "0.1.0-dev1",
4
+ "description": "LDS adapters for CDP",
5
+ "license": "SEE LICENSE IN LICENSE.txt",
6
+ "main": "dist/es/es2018/marketing-cdp.js",
7
+ "module": "dist/es/es2018/marketing-cdp.js",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "sfdc",
12
+ "src/raml/*"
13
+ ],
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts",
17
+ "import": "./dist/es/es2018/marketing-cdp.js",
18
+ "require": "./dist/es/es2018/marketing-cdp.js"
19
+ },
20
+ "./sfdc": {
21
+ "types": "./sfdc/index.d.ts",
22
+ "import": "./sfdc/index.js",
23
+ "default": "./sfdc/index.js"
24
+ }
25
+ },
26
+ "sdfc": {
27
+ "namespace": "lightning",
28
+ "module": "marketingCdpApi"
29
+ },
30
+ "contributors": [
31
+ "cdp_hot_layer_india@salesforce.com"
32
+ ],
33
+ "scripts": {
34
+ "build": "yarn build:services",
35
+ "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
36
+ "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
+ "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
38
+ "clean": "rm -rf dist sfdc src/generated karma/dist",
39
+ "release:core": "../../scripts/release/core.js --adapter=lds-adapters-marketing-cdp",
40
+ "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-marketing-cdp",
41
+ "start": "nx build:karma && karma start",
42
+ "test": "nx build:karma && karma start --single-run",
43
+ "test:unit": "jest"
44
+ },
45
+ "dependencies": {
46
+ "@salesforce/lds-bindings": "^0.1.0-dev1"
47
+ },
48
+ "devDependencies": {
49
+ "@salesforce/lds-compiler-plugins": "^0.1.0-dev1",
50
+ "@salesforce/lds-karma": "^0.1.0-dev1"
51
+ },
52
+ "nx": {
53
+ "targets": {
54
+ "build": {
55
+ "outputs": [
56
+ "{projectRoot}/dist",
57
+ "{projectRoot}/sfdc"
58
+ ]
59
+ },
60
+ "build:raml": {
61
+ "outputs": [
62
+ "{projectRoot}/src/generated"
63
+ ]
64
+ },
65
+ "build:karma": {
66
+ "outputs": [
67
+ "{projectRoot}/karma/dist"
68
+ ]
69
+ }
70
+ }
71
+ },
72
+ "volta": {
73
+ "extends": "../../package.json"
74
+ }
75
+ }
@@ -0,0 +1 @@
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';