@salesforce/lds-adapters-platform-flow-builder 1.124.1 → 1.124.3

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 (28) hide show
  1. package/dist/es/es2018/platform-flow-builder.js +856 -856
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/getRules.d.ts +28 -28
  4. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +1 -1
  5. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
  6. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectInteractionBuilderRules.d.ts +17 -17
  7. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectInteractionOrchestrationInstances.d.ts +15 -15
  8. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectInteractionRuntimeNavigateFlowByFlowDevName.d.ts +22 -22
  9. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectInteractionRuntimeResumeFlowByFlowDevName.d.ts +15 -15
  10. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectInteractionRuntimeStartFlowByFlowDevName.d.ts +19 -19
  11. package/dist/{types → es/es2018/types}/src/generated/types/FlowOperatorParameterRepresentation.d.ts +53 -53
  12. package/dist/{types → es/es2018/types}/src/generated/types/FlowOperatorRepresentation.d.ts +29 -29
  13. package/dist/{types → es/es2018/types}/src/generated/types/FlowOperatorRuleCollectionRepresentation.d.ts +30 -30
  14. package/dist/{types → es/es2018/types}/src/generated/types/FlowOperatorRuleRepresentation.d.ts +52 -52
  15. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationInstanceCollectionRepresentation.d.ts +30 -30
  16. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationInstanceRepresentation.d.ts +48 -48
  17. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationStageInstanceRepresentation.d.ts +42 -42
  18. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationStepInstanceRepresentation.d.ts +45 -45
  19. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationWorkItemRepresentation.d.ts +53 -53
  20. package/dist/{types → es/es2018/types}/src/generated/types/FlowRuntimeNavigateRequestRepresentation.d.ts +48 -48
  21. package/dist/{types → es/es2018/types}/src/generated/types/FlowRuntimeNavigationFieldValueRepresentation.d.ts +35 -35
  22. package/dist/{types → es/es2018/types}/src/generated/types/FlowRuntimeResponseRepresentation.d.ts +32 -32
  23. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  24. package/package.json +5 -5
  25. package/sfdc/index.d.ts +1 -1
  26. package/sfdc/index.js +876 -876
  27. package/dist/umd/es2018/platform-flow-builder.js +0 -889
  28. package/dist/umd/es5/platform-flow-builder.js +0 -893
@@ -1,48 +1,48 @@
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 = "624753ed7434c1a955979452cc7a6b4e";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: FlowRuntimeNavigateRequestRepresentation, existing: FlowRuntimeNavigateRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowRuntimeNavigateRequestRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: FlowRuntimeNavigateRequestRepresentationNormalized, incoming: FlowRuntimeNavigateRequestRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: FlowRuntimeNavigateRequestRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowRuntimeNavigateRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Flow navigate request
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface FlowRuntimeNavigateRequestRepresentationNormalized {
18
- /** Navigate action */
19
- action: string;
20
- /** Enable trace */
21
- enableTrace: boolean;
22
- /** Values of input fields on a flow screen */
23
- fields: Array<{}>;
24
- /** Lightning components errors */
25
- lcErrors: {
26
- [key: string]: {};
27
- };
28
- /** Serialized state */
29
- serializedState: string;
30
- /** Element visited */
31
- uiElementVisited: boolean;
32
- }
33
- /**
34
- * Flow navigate request
35
- *
36
- * Keys:
37
- * (none)
38
- */
39
- export interface FlowRuntimeNavigateRequestRepresentation {
40
- action: string;
41
- enableTrace: boolean;
42
- fields: Array<{}>;
43
- lcErrors: {
44
- [key: string]: {};
45
- };
46
- serializedState: string;
47
- uiElementVisited: boolean;
48
- }
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 = "624753ed7434c1a955979452cc7a6b4e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FlowRuntimeNavigateRequestRepresentation, existing: FlowRuntimeNavigateRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowRuntimeNavigateRequestRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FlowRuntimeNavigateRequestRepresentationNormalized, incoming: FlowRuntimeNavigateRequestRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: FlowRuntimeNavigateRequestRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowRuntimeNavigateRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Flow navigate request
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FlowRuntimeNavigateRequestRepresentationNormalized {
18
+ /** Navigate action */
19
+ action: string;
20
+ /** Enable trace */
21
+ enableTrace: boolean;
22
+ /** Values of input fields on a flow screen */
23
+ fields: Array<{}>;
24
+ /** Lightning components errors */
25
+ lcErrors: {
26
+ [key: string]: {};
27
+ };
28
+ /** Serialized state */
29
+ serializedState: string;
30
+ /** Element visited */
31
+ uiElementVisited: boolean;
32
+ }
33
+ /**
34
+ * Flow navigate request
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface FlowRuntimeNavigateRequestRepresentation {
40
+ action: string;
41
+ enableTrace: boolean;
42
+ fields: Array<{}>;
43
+ lcErrors: {
44
+ [key: string]: {};
45
+ };
46
+ serializedState: string;
47
+ uiElementVisited: boolean;
48
+ }
@@ -1,35 +1,35 @@
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 = "5008c0fbc999a1e0e6ed4e26d4b27c73";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: FlowRuntimeNavigationFieldValueRepresentation, existing: FlowRuntimeNavigationFieldValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowRuntimeNavigationFieldValueRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: FlowRuntimeNavigationFieldValueRepresentationNormalized, incoming: FlowRuntimeNavigationFieldValueRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: FlowRuntimeNavigationFieldValueRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowRuntimeNavigationFieldValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * A value of an input field on a flow screen
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface FlowRuntimeNavigationFieldValueRepresentationNormalized {
18
- /** Field */
19
- field: string;
20
- /** Is the field visible? */
21
- isVisible: boolean;
22
- /** Value */
23
- value: {};
24
- }
25
- /**
26
- * A value of an input field on a flow screen
27
- *
28
- * Keys:
29
- * (none)
30
- */
31
- export interface FlowRuntimeNavigationFieldValueRepresentation {
32
- field: string;
33
- isVisible: boolean;
34
- value: {};
35
- }
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 = "5008c0fbc999a1e0e6ed4e26d4b27c73";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FlowRuntimeNavigationFieldValueRepresentation, existing: FlowRuntimeNavigationFieldValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowRuntimeNavigationFieldValueRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FlowRuntimeNavigationFieldValueRepresentationNormalized, incoming: FlowRuntimeNavigationFieldValueRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: FlowRuntimeNavigationFieldValueRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowRuntimeNavigationFieldValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * A value of an input field on a flow screen
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FlowRuntimeNavigationFieldValueRepresentationNormalized {
18
+ /** Field */
19
+ field: string;
20
+ /** Is the field visible? */
21
+ isVisible: boolean;
22
+ /** Value */
23
+ value: {};
24
+ }
25
+ /**
26
+ * A value of an input field on a flow screen
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface FlowRuntimeNavigationFieldValueRepresentation {
32
+ field: string;
33
+ isVisible: boolean;
34
+ value: {};
35
+ }
@@ -1,32 +1,32 @@
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 = "f7290426c8cf6a864f3b52a3aa2c8987";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: FlowRuntimeResponseRepresentation, existing: FlowRuntimeResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowRuntimeResponseRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: FlowRuntimeResponseRepresentationNormalized, incoming: FlowRuntimeResponseRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: FlowRuntimeResponseRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowRuntimeResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Flow Runtime Response Representation
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface FlowRuntimeResponseRepresentationNormalized {
18
- /** Error */
19
- error: {};
20
- /** Navigation Result */
21
- response: {};
22
- }
23
- /**
24
- * Flow Runtime Response Representation
25
- *
26
- * Keys:
27
- * (none)
28
- */
29
- export interface FlowRuntimeResponseRepresentation {
30
- error: {};
31
- response: {};
32
- }
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 = "f7290426c8cf6a864f3b52a3aa2c8987";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FlowRuntimeResponseRepresentation, existing: FlowRuntimeResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowRuntimeResponseRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FlowRuntimeResponseRepresentationNormalized, incoming: FlowRuntimeResponseRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: FlowRuntimeResponseRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowRuntimeResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Flow Runtime Response Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FlowRuntimeResponseRepresentationNormalized {
18
+ /** Error */
19
+ error: {};
20
+ /** Navigation Result */
21
+ response: {};
22
+ }
23
+ /**
24
+ * Flow Runtime Response Representation
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface FlowRuntimeResponseRepresentation {
30
+ error: {};
31
+ response: {};
32
+ }
@@ -1,39 +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 {};
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 CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-flow-builder",
3
- "version": "1.124.1",
3
+ "version": "1.124.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "API related to flow builder",
6
- "main": "dist/umd/es2018/platform-flow-builder.js",
6
+ "main": "dist/es/es2018/platform-flow-builder.js",
7
7
  "module": "dist/es/es2018/platform-flow-builder.js",
8
- "types": "dist/types/src/generated/artifacts/main.d.ts",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
9
  "files": [
10
10
  "dist",
11
11
  "sfdc",
@@ -14,8 +14,8 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "import": "./dist/es/es2018/platform-flow-builder.js",
17
- "require": "./dist/umd/es2018/platform-flow-builder.js",
18
- "types": "./dist/types/src/generated/artifacts/main.d.ts"
17
+ "require": "./dist/es/es2018/platform-flow-builder.js",
18
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts"
19
19
  },
20
20
  "./sfdc": {
21
21
  "import": "./sfdc/index.js",
package/sfdc/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from '../dist/types/src/generated/artifacts/sfdc';
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';