@salesforce/lds-adapters-marketing-cdp 0.131.0

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 (33) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/marketing-cdp.js +1056 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createAdg.d.ts +20 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deleteAdg.d.ts +13 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getAdg.d.ts +28 -0
  7. package/dist/es/es2018/types/src/generated/adapters/retryDataGraph.d.ts +14 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -0
  10. package/dist/es/es2018/types/src/generated/resources/deleteSsotApplicationDataGraphsByAdgName.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/resources/getSsotApplicationDataGraphsByAdgName.d.ts +16 -0
  12. package/dist/es/es2018/types/src/generated/resources/postSsotApplicationDataGraphs.d.ts +18 -0
  13. package/dist/es/es2018/types/src/generated/resources/putSsotApplicationDataGraphsRetry.d.ts +12 -0
  14. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphDataRecencyInputRepresentation.d.ts +38 -0
  15. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphFieldInputRepresentation.d.ts +32 -0
  16. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphFieldOutputRepresentation.d.ts +32 -0
  17. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphInputRepresentation.d.ts +47 -0
  18. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphOutputRepresentation.d.ts +56 -0
  19. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphPathToParentInputRepresentation.d.ts +32 -0
  20. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphPathToParentOutputRepresentation.d.ts +32 -0
  21. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphRecencyCriteriaOutputRepresentation.d.ts +38 -0
  22. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphSourceInputRepresentation.d.ts +44 -0
  23. package/dist/es/es2018/types/src/generated/types/CdpApplicationDataGraphSourceObjectOutputRepresentation.d.ts +43 -0
  24. package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryInputRepresentation.d.ts +29 -0
  25. package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryOutputRepresentation.d.ts +44 -0
  26. package/dist/es/es2018/types/src/generated/types/CdpObjectBaseInputRepresentation.d.ts +41 -0
  27. package/dist/es/es2018/types/src/generated/types/CdpObjectBaseOutputRepresentation.d.ts +65 -0
  28. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  29. package/package.json +68 -0
  30. package/sfdc/index.d.ts +1 -0
  31. package/sfdc/index.js +1135 -0
  32. package/src/raml/api.raml +353 -0
  33. package/src/raml/luvio.raml +49 -0
@@ -0,0 +1,43 @@
1
+ import { CdpApplicationDataGraphFieldOutputRepresentation as CdpApplicationDataGraphFieldOutputRepresentation_CdpApplicationDataGraphFieldOutputRepresentation } from './CdpApplicationDataGraphFieldOutputRepresentation';
2
+ import { CdpApplicationDataGraphPathToParentOutputRepresentation as CdpApplicationDataGraphPathToParentOutputRepresentation_CdpApplicationDataGraphPathToParentOutputRepresentation } from './CdpApplicationDataGraphPathToParentOutputRepresentation';
3
+ import { CdpApplicationDataGraphRecencyCriteriaOutputRepresentation as CdpApplicationDataGraphRecencyCriteriaOutputRepresentation_CdpApplicationDataGraphRecencyCriteriaOutputRepresentation } from './CdpApplicationDataGraphRecencyCriteriaOutputRepresentation';
4
+ 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
+ export declare const VERSION = "b02451e0d5808bb999fb27ec07ced883";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: CdpApplicationDataGraphSourceObjectOutputRepresentation, existing: CdpApplicationDataGraphSourceObjectOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpApplicationDataGraphSourceObjectOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_BaseFragment;
10
+ export declare function equals(existing: CdpApplicationDataGraphSourceObjectOutputRepresentationNormalized, incoming: CdpApplicationDataGraphSourceObjectOutputRepresentationNormalized): boolean;
11
+ export declare function deepFreeze(input: CdpApplicationDataGraphSourceObjectOutputRepresentation): void;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CdpApplicationDataGraphSourceObjectOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ /**
15
+ * Represents Cdp Application Data Graph Source Output
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface CdpApplicationDataGraphSourceObjectOutputRepresentationNormalized {
21
+ /** fields */
22
+ fields: Array<$64$luvio_engine_StoreLink>;
23
+ /** path */
24
+ path?: Array<CdpApplicationDataGraphPathToParentOutputRepresentation_CdpApplicationDataGraphPathToParentOutputRepresentation>;
25
+ recencyCriteria?: CdpApplicationDataGraphRecencyCriteriaOutputRepresentation_CdpApplicationDataGraphRecencyCriteriaOutputRepresentation;
26
+ /** relatedObjects */
27
+ relatedObjects: Array<unknown>;
28
+ /** type */
29
+ type: string;
30
+ }
31
+ /**
32
+ * Represents Cdp Application Data Graph Source Output
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface CdpApplicationDataGraphSourceObjectOutputRepresentation {
38
+ fields: Array<CdpApplicationDataGraphFieldOutputRepresentation_CdpApplicationDataGraphFieldOutputRepresentation>;
39
+ path?: Array<CdpApplicationDataGraphPathToParentOutputRepresentation_CdpApplicationDataGraphPathToParentOutputRepresentation>;
40
+ recencyCriteria?: CdpApplicationDataGraphRecencyCriteriaOutputRepresentation_CdpApplicationDataGraphRecencyCriteriaOutputRepresentation;
41
+ relatedObjects: Array<unknown>;
42
+ type: string;
43
+ }
@@ -0,0 +1,29 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: CdpDataGraphRetryInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CdpDataGraphRetryInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input representation for retry running error state CDP Data Graph
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CdpDataGraphRetryInputRepresentationNormalized {
18
+ /** data_graph_name */
19
+ dataGraphName: string;
20
+ }
21
+ /**
22
+ * Input representation for retry running error state CDP Data Graph
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface CdpDataGraphRetryInputRepresentation {
28
+ dataGraphName: string;
29
+ }
@@ -0,0 +1,44 @@
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 function deepFreeze(input: CdpDataGraphRetryOutputRepresentation): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CdpDataGraphRetryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ /**
21
+ * Represents Cdp Data Graph Retry Output
22
+ *
23
+ * Keys:
24
+ * name (string): dataGraphName
25
+ */
26
+ export interface CdpDataGraphRetryOutputRepresentationNormalized {
27
+ /** data_graph_name */
28
+ dataGraphName: string;
29
+ /** last run status */
30
+ lastRunStatus: string;
31
+ /** status */
32
+ status: string;
33
+ }
34
+ /**
35
+ * Represents Cdp Data Graph Retry Output
36
+ *
37
+ * Keys:
38
+ * name (string): dataGraphName
39
+ */
40
+ export interface CdpDataGraphRetryOutputRepresentation {
41
+ dataGraphName: string;
42
+ lastRunStatus: string;
43
+ status: string;
44
+ }
@@ -0,0 +1,41 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: CdpObjectBaseInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CdpObjectBaseInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Base CDP Input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CdpObjectBaseInputRepresentationNormalized {
18
+ /** dataspaceName */
19
+ dataspaceName?: string;
20
+ /** description */
21
+ description?: string;
22
+ /** refers to the `kind` property of object `CdpObjectBaseInputRepresentation` */
23
+ kind: string;
24
+ /** label */
25
+ label?: string;
26
+ /** name */
27
+ name?: string;
28
+ }
29
+ /**
30
+ * Base CDP Input representation
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface CdpObjectBaseInputRepresentation {
36
+ dataspaceName?: string;
37
+ description?: string;
38
+ kind: string;
39
+ label?: string;
40
+ name?: string;
41
+ }
@@ -0,0 +1,65 @@
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 function deepFreeze(input: CdpObjectBaseOutputRepresentation): void;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CdpObjectBaseOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ /**
21
+ * Represents Cdp Base Output
22
+ *
23
+ * Keys:
24
+ * name (string): name
25
+ */
26
+ export interface CdpObjectBaseOutputRepresentationNormalized {
27
+ /** created by */
28
+ createdBy?: string;
29
+ /** created date */
30
+ createdDate?: string;
31
+ /** dataspacename */
32
+ dataspaceName?: string;
33
+ /** description */
34
+ description?: string;
35
+ /** id */
36
+ id?: string;
37
+ /** refers to the `kind` property of object `CdpObjectBaseOutputRepresentation` */
38
+ kind: string;
39
+ /** label */
40
+ label?: string;
41
+ /** modified by */
42
+ modifiedBy?: string;
43
+ /** modified date */
44
+ modifiedDate?: string;
45
+ /** name */
46
+ name: string;
47
+ }
48
+ /**
49
+ * Represents Cdp Base Output
50
+ *
51
+ * Keys:
52
+ * name (string): name
53
+ */
54
+ export interface CdpObjectBaseOutputRepresentation {
55
+ createdBy?: string;
56
+ createdDate?: string;
57
+ dataspaceName?: string;
58
+ description?: string;
59
+ id?: string;
60
+ kind: string;
61
+ label?: string;
62
+ modifiedBy?: string;
63
+ modifiedDate?: string;
64
+ name: string;
65
+ }
@@ -0,0 +1,39 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectFreeze: {
3
+ <T extends Function>(f: T): T;
4
+ <T_1 extends {
5
+ [idx: string]: object | U | null | undefined;
6
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
7
+ <T_2>(o: T_2): Readonly<T_2>;
8
+ }, ObjectKeys: {
9
+ (o: object): string[];
10
+ (o: {}): string[];
11
+ }, ObjectCreate: {
12
+ (o: object | null): any;
13
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
+ }, ObjectAssign: {
15
+ <T extends {}, U>(target: T, source: U): T & U;
16
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
+ <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;
18
+ (target: object, ...sources: any[]): any;
19
+ };
20
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
21
+ export declare const JSONStringify: {
22
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
+ };
25
+ type AllowedPrimitives = boolean | string | number | Date | null;
26
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
+ export type RecursivePartial<T> = null | {
28
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
+ };
30
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
+ export declare function equalsObject<U, V extends {
32
+ [key: string]: U;
33
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
+ export declare function deepFreeze(value: any): void;
35
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
+ __ref: string;
37
+ };
38
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
+ export {};
package/package.json ADDED
@@ -0,0 +1,68 @@
1
+ {
2
+ "name": "@salesforce/lds-adapters-marketing-cdp",
3
+ "version": "0.131.0",
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:raml && yarn build:services && yarn build:karma",
35
+ "build:karma": "rollup --config rollup.config.karma.js",
36
+ "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
+ "build:services": "rollup --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": "karma start",
42
+ "test": "karma start --single-run",
43
+ "test:compat": "karma start --single-run --compat",
44
+ "test:unit": "jest"
45
+ },
46
+ "dependencies": {
47
+ "@salesforce/lds-bindings": "1.131.0-244.6"
48
+ },
49
+ "devDependencies": {
50
+ "@salesforce/lds-compiler-plugins": "1.131.0-244.6",
51
+ "@salesforce/lds-karma": "1.131.0-244.6"
52
+ },
53
+ "nx": {
54
+ "targets": {
55
+ "build": {
56
+ "outputs": [
57
+ "packages/lds-adapters-marketing-cdp/dist",
58
+ "packages/lds-adapters-marketing-cdp/karma/dist",
59
+ "packages/lds-adapters-marketing-cdp/sfdc",
60
+ "packages/lds-adapters-marketing-cdp/src/generated"
61
+ ]
62
+ }
63
+ }
64
+ },
65
+ "volta": {
66
+ "extends": "../../package.json"
67
+ }
68
+ }
@@ -0,0 +1 @@
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';