@salesforce/lds-adapters-industries-data-processing-engine 1.320.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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-data-processing-engine.js +454 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/generateMappingSuggestions.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIndustriesDataProcessingEngineWritebackMappingSuggestions.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/types/FieldDetailsInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/FieldsDataInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/MappingSuggestionOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TargetFieldOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WritebackSuggestionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WritebackSuggestionMetadataOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WritebackSuggestionOutputRepresentation.d.ts +42 -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 +482 -0
- package/src/raml/api.raml +116 -0
- package/src/raml/luvio.raml +18 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FieldDetailsInputRepresentation as FieldDetailsInputRepresentation_FieldDetailsInputRepresentation } from './FieldDetailsInputRepresentation';
|
|
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 = "60a8c97e2fbeb47c3f7a290582ee2ec4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FieldsDataInputRepresentation, existing: FieldsDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldsDataInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FieldsDataInputRepresentationNormalized, incoming: FieldsDataInputRepresentationNormalized): 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: FieldsDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* An Input Representation of the fields for writeback mapping suggestions
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FieldsDataInputRepresentationNormalized {
|
|
18
|
+
/** Field data for Writeback suggestion input */
|
|
19
|
+
fields: Array<FieldDetailsInputRepresentation_FieldDetailsInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* An Input Representation of the fields for writeback mapping suggestions
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface FieldsDataInputRepresentation {
|
|
28
|
+
fields: Array<FieldDetailsInputRepresentation_FieldDetailsInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { TargetFieldOutputRepresentation as TargetFieldOutputRepresentation_TargetFieldOutputRepresentation } from './TargetFieldOutputRepresentation';
|
|
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 = "7dee26f6959116c39fc624103953ffa7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: MappingSuggestionOutputRepresentation, existing: MappingSuggestionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MappingSuggestionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: MappingSuggestionOutputRepresentationNormalized, incoming: MappingSuggestionOutputRepresentationNormalized): 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: MappingSuggestionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output Representation for mapping suggestion
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface MappingSuggestionOutputRepresentationNormalized {
|
|
18
|
+
/** Name of the Source field in mapping suggestion */
|
|
19
|
+
sourceFieldName: string;
|
|
20
|
+
/** Target field of the mapping suggestions */
|
|
21
|
+
targetField: Array<TargetFieldOutputRepresentation_TargetFieldOutputRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output Representation for mapping suggestion
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface MappingSuggestionOutputRepresentation {
|
|
30
|
+
sourceFieldName: string;
|
|
31
|
+
targetField: Array<TargetFieldOutputRepresentation_TargetFieldOutputRepresentation>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "8f1160d49995b9f2c5baa4c775e203a6";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TargetFieldOutputRepresentation, existing: TargetFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TargetFieldOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TargetFieldOutputRepresentationNormalized, incoming: TargetFieldOutputRepresentationNormalized): 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: TargetFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation for mapping suggestions target field
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TargetFieldOutputRepresentationNormalized {
|
|
17
|
+
/** Confidence level of the mapping suggestions */
|
|
18
|
+
confidence: string;
|
|
19
|
+
/** Name of the target field in mapping suggestion */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** Confidence in percentage of the mapping suggestions */
|
|
22
|
+
percent: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output Representation for mapping suggestions target field
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TargetFieldOutputRepresentation {
|
|
31
|
+
confidence: string;
|
|
32
|
+
fieldName: string;
|
|
33
|
+
percent: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "359052e415dea861ab0c702ab6a2401c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: WritebackSuggestionInputRepresentation, existing: WritebackSuggestionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WritebackSuggestionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: WritebackSuggestionInputRepresentationNormalized, incoming: WritebackSuggestionInputRepresentationNormalized): 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: WritebackSuggestionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* An Input Representation for writeback mapping suggestions
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface WritebackSuggestionInputRepresentationNormalized {
|
|
17
|
+
/** Datasource fields for Writeback suggestion input */
|
|
18
|
+
datasource: unknown;
|
|
19
|
+
/** ProcessType of the DPE definition */
|
|
20
|
+
processType: string;
|
|
21
|
+
/** Target fields for Writeback suggestion input */
|
|
22
|
+
target: unknown;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* An Input Representation for writeback mapping suggestions
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface WritebackSuggestionInputRepresentation {
|
|
31
|
+
datasource: unknown;
|
|
32
|
+
processType: string;
|
|
33
|
+
target: unknown;
|
|
34
|
+
}
|
|
@@ -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 = "6e8414bbd871d95b4bb093b7da259091";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: WritebackSuggestionMetadataOutputRepresentation, existing: WritebackSuggestionMetadataOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WritebackSuggestionMetadataOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: WritebackSuggestionMetadataOutputRepresentationNormalized, incoming: WritebackSuggestionMetadataOutputRepresentationNormalized): 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: WritebackSuggestionMetadataOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output Representation for writeback mapping suggestions metadata
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface WritebackSuggestionMetadataOutputRepresentationNormalized {
|
|
17
|
+
/** Generation id of the LLM response used for feedback */
|
|
18
|
+
generationId: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Output Representation for writeback mapping suggestions metadata
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface WritebackSuggestionMetadataOutputRepresentation {
|
|
27
|
+
generationId: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { WritebackSuggestionMetadataOutputRepresentation as WritebackSuggestionMetadataOutputRepresentation_WritebackSuggestionMetadataOutputRepresentation } from './WritebackSuggestionMetadataOutputRepresentation';
|
|
2
|
+
import { MappingSuggestionOutputRepresentation as MappingSuggestionOutputRepresentation_MappingSuggestionOutputRepresentation } from './MappingSuggestionOutputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "bd4959a9a554d32599665f66f825848b";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
generationId: string;
|
|
9
|
+
}
|
|
10
|
+
export type WritebackSuggestionOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialWritebackSuggestionOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): WritebackSuggestionOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WritebackSuggestionOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WritebackSuggestionOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: WritebackSuggestionOutputRepresentation, existing: WritebackSuggestionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WritebackSuggestionOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: WritebackSuggestionOutputRepresentationNormalized, incoming: WritebackSuggestionOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: WritebackSuggestionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Output Representation for writeback mapping suggestions
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* generationId (string): metadata.generationId
|
|
26
|
+
*/
|
|
27
|
+
export interface WritebackSuggestionOutputRepresentationNormalized {
|
|
28
|
+
/** Metadata about generated writeback mapping suggestions */
|
|
29
|
+
metadata: WritebackSuggestionMetadataOutputRepresentation_WritebackSuggestionMetadataOutputRepresentation;
|
|
30
|
+
/** Generated writeback mapping suggestions */
|
|
31
|
+
suggestions: Array<MappingSuggestionOutputRepresentation_MappingSuggestionOutputRepresentation>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Output Representation for writeback mapping suggestions
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* generationId (string): metadata.generationId
|
|
38
|
+
*/
|
|
39
|
+
export interface WritebackSuggestionOutputRepresentation {
|
|
40
|
+
metadata: WritebackSuggestionMetadataOutputRepresentation_WritebackSuggestionMetadataOutputRepresentation;
|
|
41
|
+
suggestions: Array<MappingSuggestionOutputRepresentation_MappingSuggestionOutputRepresentation>;
|
|
42
|
+
}
|
|
@@ -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-industries-data-processing-engine",
|
|
3
|
+
"version": "1.320.0",
|
|
4
|
+
"description": "Data Processing Engine",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
|
+
"main": "dist/es/es2018/industries-data-processing-engine.js",
|
|
7
|
+
"module": "dist/es/es2018/industries-data-processing-engine.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/industries-data-processing-engine.js",
|
|
18
|
+
"require": "./dist/es/es2018/industries-data-processing-engine.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": "industriesDataProcessingEngineApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"pupadhya@salesforce.com",
|
|
32
|
+
"karan.chauhan@salesforce.com"
|
|
33
|
+
],
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build": "yarn build:services",
|
|
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",
|
|
39
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-data-processing-engine",
|
|
40
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-data-processing-engine",
|
|
41
|
+
"test:unit": "jest"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@salesforce/lds-bindings": "^1.320.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.320.0",
|
|
48
|
+
"@salesforce/lds-karma": "^1.320.0"
|
|
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';
|