@salesforce/lds-adapters-service-salesforcejourney 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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/service-salesforcejourney.js +3495 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createContactUsLeadRequest.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getCapabilities.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getCapabilityContentDocument.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getCapabilitySearchResult.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCategoriesMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getInitiatives.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getJourneyMapMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertCapabilityUserPreference.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertInitiativeUserPreference.d.ts +18 -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 +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyCapabilityContentByCapabilityContentId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyCapabilitySearchByCloudOwnership.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyCategoriesByCloudOwnership.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyJourneyMapMetadataByCloudOwnership.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyCapabilitiesByCloudOwnership.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyCapabilityUserPreference.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyContactUs.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyJourneyMapInitiativesByCloudOwnership.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyJourneyMapInitiativesUserPreference.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/CapabilitiesCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityContactUsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityContactUsOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityContentOutputRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityOutputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/CapabilitySearchInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CapabilitySearchResultOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityUserPreferenceInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CategoriesMetadataOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CategoryTreeNodeOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FilterConditionCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FilterConditionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/InitiativeOutputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/InitiativeUserPreferenceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/InitiativesCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/JourneyMapMetadataOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MyCapabilityOutputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/MyInitiativeOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/TermOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +68 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +3593 -0
- package/src/raml/api.raml +554 -0
- package/src/raml/luvio.raml +61 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { TermOutputRepresentation as TermOutputRepresentation_TermOutputRepresentation } from './TermOutputRepresentation';
|
|
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 = "ce70d220beb15d1af2131482f611c385";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: JourneyMapMetadataOutputRepresentation, existing: JourneyMapMetadataOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): JourneyMapMetadataOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: JourneyMapMetadataOutputRepresentationNormalized, incoming: JourneyMapMetadataOutputRepresentationNormalized): 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: JourneyMapMetadataOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the journey map metadata
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface JourneyMapMetadataOutputRepresentationNormalized {
|
|
18
|
+
/** The Journey Map business goals */
|
|
19
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
20
|
+
/** The categories structure */
|
|
21
|
+
categories: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
22
|
+
/** The available stages for an initiative */
|
|
23
|
+
stages: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
24
|
+
/** The available statuses for an initiatives */
|
|
25
|
+
statuses: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Represents the journey map metadata
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface JourneyMapMetadataOutputRepresentation {
|
|
34
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
35
|
+
categories: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
36
|
+
stages: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
37
|
+
statuses: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "0a964d4e5258861ae7e70daf7d878af8";
|
|
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
|
+
id: string;
|
|
7
|
+
}
|
|
8
|
+
export type MyCapabilityOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialMyCapabilityOutputRepresentationNormalizedKeyMetadata = 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): MyCapabilityOutputRepresentationNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: MyCapabilityOutputRepresentation): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: MyCapabilityOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: MyCapabilityOutputRepresentation, existing: MyCapabilityOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MyCapabilityOutputRepresentationNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: MyCapabilityOutputRepresentationNormalized, incoming: MyCapabilityOutputRepresentationNormalized): 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: MyCapabilityOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
/**
|
|
20
|
+
* Represents a capability user data info
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* id (string): id
|
|
24
|
+
*/
|
|
25
|
+
export interface MyCapabilityOutputRepresentationNormalized {
|
|
26
|
+
/** The capability id */
|
|
27
|
+
contentDurableId: string;
|
|
28
|
+
/** The user data id of a capability info */
|
|
29
|
+
id: string;
|
|
30
|
+
/** The last contact request data time in UTC */
|
|
31
|
+
lastContactRequestDate: string | null;
|
|
32
|
+
/** The stage state for capability info user data */
|
|
33
|
+
stage: string;
|
|
34
|
+
/** The starred state for capability info user data */
|
|
35
|
+
starred: boolean;
|
|
36
|
+
/** The status state for capability info user data */
|
|
37
|
+
status: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Represents a capability user data info
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* id (string): id
|
|
44
|
+
*/
|
|
45
|
+
export interface MyCapabilityOutputRepresentation {
|
|
46
|
+
contentDurableId: string;
|
|
47
|
+
id: string;
|
|
48
|
+
lastContactRequestDate: string | null;
|
|
49
|
+
stage: string;
|
|
50
|
+
starred: boolean;
|
|
51
|
+
status: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "f9cd12205faea5e28934cfb50bf0c016";
|
|
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
|
+
id: string;
|
|
7
|
+
}
|
|
8
|
+
export type MyInitiativeOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialMyInitiativeOutputRepresentationNormalizedKeyMetadata = 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): MyInitiativeOutputRepresentationNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: MyInitiativeOutputRepresentation): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: MyInitiativeOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: MyInitiativeOutputRepresentation, existing: MyInitiativeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MyInitiativeOutputRepresentationNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: MyInitiativeOutputRepresentationNormalized, incoming: MyInitiativeOutputRepresentationNormalized): 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: MyInitiativeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
/**
|
|
20
|
+
* Represents an initiative user data info
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* id (string): id
|
|
24
|
+
*/
|
|
25
|
+
export interface MyInitiativeOutputRepresentationNormalized {
|
|
26
|
+
/** The initiative id */
|
|
27
|
+
contentDurableId: string;
|
|
28
|
+
/** The user data id of a initiative info */
|
|
29
|
+
id: string;
|
|
30
|
+
/** The stage state for initiative info user data */
|
|
31
|
+
stage: string;
|
|
32
|
+
/** The status state for initiative info user data */
|
|
33
|
+
status: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Represents an initiative user data info
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* id (string): id
|
|
40
|
+
*/
|
|
41
|
+
export interface MyInitiativeOutputRepresentation {
|
|
42
|
+
contentDurableId: string;
|
|
43
|
+
id: string;
|
|
44
|
+
stage: string;
|
|
45
|
+
status: string;
|
|
46
|
+
}
|
|
@@ -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 = "74d02ec7765d64e9cc3b496335a46435";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TermOutputRepresentation, existing: TermOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TermOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TermOutputRepresentationNormalized, incoming: TermOutputRepresentationNormalized): 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: TermOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Category term such as business goals or tags
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TermOutputRepresentationNormalized {
|
|
17
|
+
/** Term label */
|
|
18
|
+
label: string | null;
|
|
19
|
+
/** Term value */
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Category term such as business goals or tags
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TermOutputRepresentation {
|
|
29
|
+
label: string | null;
|
|
30
|
+
value: string;
|
|
31
|
+
}
|
|
@@ -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,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salesforce/lds-adapters-service-salesforcejourney",
|
|
3
|
+
"version": "0.1.0-dev1",
|
|
4
|
+
"description": "set of endpoints for service cloud - My Service Journey feature, to integrate with msj udds, and out-of-core CMS consumption",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
|
+
"main": "dist/es/es2018/service-salesforcejourney.js",
|
|
7
|
+
"module": "dist/es/es2018/service-salesforcejourney.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/service-salesforcejourney.js",
|
|
18
|
+
"require": "./dist/es/es2018/service-salesforcejourney.js"
|
|
19
|
+
},
|
|
20
|
+
"./sfdc": {
|
|
21
|
+
"types": "./sfdc/index.d.ts",
|
|
22
|
+
"import": "./sfdc/index.js",
|
|
23
|
+
"default": "./sfdc/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"sfdc": {
|
|
27
|
+
"namespace": "lightning",
|
|
28
|
+
"module": "serviceSalesforcejourneyApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"or.barak@salesforce.com",
|
|
32
|
+
"obaryehuda@salesforce.com",
|
|
33
|
+
"max.chernin@salesforce.com"
|
|
34
|
+
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"build": "yarn build:services",
|
|
37
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
|
|
38
|
+
"build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
|
|
39
|
+
"clean": "rm -rf dist sfdc src/generated",
|
|
40
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-service-salesforcejourney",
|
|
41
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-service-salesforcejourney",
|
|
42
|
+
"test:unit": "jest"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@salesforce/lds-bindings": "^0.1.0-dev1"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^0.1.0-dev1"
|
|
49
|
+
},
|
|
50
|
+
"nx": {
|
|
51
|
+
"targets": {
|
|
52
|
+
"build": {
|
|
53
|
+
"outputs": [
|
|
54
|
+
"{projectRoot}/dist",
|
|
55
|
+
"{projectRoot}/sfdc"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"build:raml": {
|
|
59
|
+
"outputs": [
|
|
60
|
+
"{projectRoot}/src/generated"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"volta": {
|
|
66
|
+
"extends": "../../package.json"
|
|
67
|
+
}
|
|
68
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';
|