@salesforce/lds-adapters-industries-actionplan 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 (50) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-actionplan.js +1933 -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/getActionPlanItems.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getActionPlanStatusInfo.d.ts +27 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getActionPlanTemplateItemsLabel.d.ts +28 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getActionPlans.d.ts +31 -0
  8. package/dist/es/es2018/types/src/generated/adapters/updateActionPlanTasks.d.ts +17 -0
  9. package/dist/es/es2018/types/src/generated/adapters/updateActionPlanTemplateTasks.d.ts +17 -0
  10. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +6 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -0
  12. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlan.d.ts +19 -0
  13. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlanActionPlanItemsByActionPlanId.d.ts +18 -0
  14. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlanStatusInfoByActionPlanId.d.ts +15 -0
  15. package/dist/es/es2018/types/src/generated/resources/getConnectActionPlanTemplateVersionByActionPlanTemplateVersionId.d.ts +18 -0
  16. package/dist/es/es2018/types/src/generated/resources/patchConnectActionPlanTemplateUpdateByActionPlanTemplateVersionId.d.ts +16 -0
  17. package/dist/es/es2018/types/src/generated/resources/patchConnectActionPlanUpdateByActionPlanId.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/types/ActionPlanItemCollectionRepresentation.d.ts +29 -0
  19. package/dist/es/es2018/types/src/generated/types/ActionPlanItemDetailedRepresentation.d.ts +34 -0
  20. package/dist/es/es2018/types/src/generated/types/ActionPlanItemListRepresentation.d.ts +29 -0
  21. package/dist/es/es2018/types/src/generated/types/ActionPlanItemRepresentation.d.ts +28 -0
  22. package/dist/es/es2018/types/src/generated/types/ActionPlanItemTaskRepresentation.d.ts +38 -0
  23. package/dist/es/es2018/types/src/generated/types/ActionPlanItemsWrapperRepresentation.d.ts +30 -0
  24. package/dist/es/es2018/types/src/generated/types/ActionPlanListRepresentation.d.ts +29 -0
  25. package/dist/es/es2018/types/src/generated/types/ActionPlanRepresentation.d.ts +37 -0
  26. package/dist/es/es2018/types/src/generated/types/ActionPlanStatusInfoOutputRepresentation.d.ts +39 -0
  27. package/dist/es/es2018/types/src/generated/types/ActionPlanTaskFieldValueUpdateInputRepresentation.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/types/ActionPlanTaskUpdateInputRepresentation.d.ts +35 -0
  29. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateDCIItemsLabelOutputRepresentation.d.ts +32 -0
  30. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemUpdateInputRepresentation.d.ts +38 -0
  31. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemValueUpdateInputRepresentation.d.ts +37 -0
  32. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemValuesLabelOutputRepresentation.d.ts +37 -0
  33. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateItemsLabelOutputRepresentation.d.ts +49 -0
  34. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateTaskItemsLabelOutputRepresentation.d.ts +38 -0
  35. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateUpdateErrorOutputRepresentation.d.ts +31 -0
  36. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateUpdateInputRepresentation.d.ts +29 -0
  37. package/dist/es/es2018/types/src/generated/types/ActionPlanTemplateUpdateOutputRepresentation.d.ts +48 -0
  38. package/dist/es/es2018/types/src/generated/types/ActionPlanUpdateErrorOutputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/ActionPlanUpdateInputRepresentation.d.ts +29 -0
  40. package/dist/es/es2018/types/src/generated/types/ActionPlanUpdateOutputRepresentation.d.ts +48 -0
  41. package/dist/es/es2018/types/src/generated/types/ActionPlansWrapperOutputRepresentation.d.ts +30 -0
  42. package/dist/es/es2018/types/src/generated/types/ComputedFieldsWrapperRepresentation.d.ts +32 -0
  43. package/dist/es/es2018/types/src/generated/types/FieldRepresentation.d.ts +37 -0
  44. package/dist/es/es2018/types/src/generated/types/TaskProgressRepresentation.d.ts +34 -0
  45. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  46. package/package.json +75 -0
  47. package/sfdc/index.d.ts +1 -0
  48. package/sfdc/index.js +2013 -0
  49. package/src/raml/api.raml +541 -0
  50. package/src/raml/luvio.raml +63 -0
@@ -0,0 +1,48 @@
1
+ import { ActionPlanUpdateErrorOutputRepresentation as ActionPlanUpdateErrorOutputRepresentation_ActionPlanUpdateErrorOutputRepresentation } from './ActionPlanUpdateErrorOutputRepresentation';
2
+ 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';
3
+ export declare const TTL = 1000;
4
+ export declare const VERSION = "d6f8327bd45d41494638825f18251f24";
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
+ id: string;
9
+ }
10
+ export type ActionPlanUpdateOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialActionPlanUpdateOutputRepresentationNormalizedKeyMetadata = 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): ActionPlanUpdateOutputRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ActionPlanUpdateOutputRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ActionPlanUpdateOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: ActionPlanUpdateOutputRepresentation, existing: ActionPlanUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanUpdateOutputRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: ActionPlanUpdateOutputRepresentationNormalized, incoming: ActionPlanUpdateOutputRepresentationNormalized): 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: ActionPlanUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Output representation for update of Action Plan Tasks
23
+ *
24
+ * Keys:
25
+ * id (string): actionPlanId
26
+ */
27
+ export interface ActionPlanUpdateOutputRepresentationNormalized {
28
+ /** Action Plan Id of the updated items */
29
+ actionPlanId: string;
30
+ /** Action Plan Task Update Errors */
31
+ errors: Array<ActionPlanUpdateErrorOutputRepresentation_ActionPlanUpdateErrorOutputRepresentation>;
32
+ /** Update Message */
33
+ message: string | null;
34
+ /** Update status */
35
+ status: string;
36
+ }
37
+ /**
38
+ * Output representation for update of Action Plan Tasks
39
+ *
40
+ * Keys:
41
+ * id (string): actionPlanId
42
+ */
43
+ export interface ActionPlanUpdateOutputRepresentation {
44
+ actionPlanId: string;
45
+ errors: Array<ActionPlanUpdateErrorOutputRepresentation_ActionPlanUpdateErrorOutputRepresentation>;
46
+ message: string | null;
47
+ status: string;
48
+ }
@@ -0,0 +1,30 @@
1
+ import { ActionPlanListRepresentation as ActionPlanListRepresentation_ActionPlanListRepresentation } from './ActionPlanListRepresentation';
2
+ 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';
3
+ export declare const TTL = 1000;
4
+ export declare const VERSION = "0ec040ec594b42ffdf6182e2b338e7ff";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ActionPlansWrapperOutputRepresentation, existing: ActionPlansWrapperOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlansWrapperOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ActionPlansWrapperOutputRepresentationNormalized, incoming: ActionPlansWrapperOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ActionPlansWrapperOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Representation of Action Plans List Api Output
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ActionPlansWrapperOutputRepresentationNormalized {
19
+ /** List of Action Plans */
20
+ actionPlan: ActionPlanListRepresentation_ActionPlanListRepresentation;
21
+ }
22
+ /**
23
+ * Representation of Action Plans List Api Output
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ActionPlansWrapperOutputRepresentation {
29
+ actionPlan: ActionPlanListRepresentation_ActionPlanListRepresentation;
30
+ }
@@ -0,0 +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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "42390976209f8b1ddbb43caf8fcd4f6d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ComputedFieldsWrapperRepresentation, existing: ComputedFieldsWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ComputedFieldsWrapperRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ComputedFieldsWrapperRepresentationNormalized, incoming: ComputedFieldsWrapperRepresentationNormalized): 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: ComputedFieldsWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Record Representation of ComputedFieldsWrapper
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ComputedFieldsWrapperRepresentationNormalized {
17
+ /** Specifies computed fields of the ActionPlanItemTask */
18
+ fields: {
19
+ [key: string]: unknown;
20
+ };
21
+ }
22
+ /**
23
+ * Record Representation of ComputedFieldsWrapper
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ComputedFieldsWrapperRepresentation {
29
+ fields: {
30
+ [key: string]: unknown;
31
+ };
32
+ }
@@ -0,0 +1,37 @@
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 = "aa223c6e600c4d9572e829708e04ae3d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FieldRepresentation, existing: FieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FieldRepresentationNormalized, incoming: FieldRepresentationNormalized): 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: FieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of a single field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FieldRepresentationNormalized {
17
+ /** The column type (date, currency, etc.) */
18
+ colType: string;
19
+ /** The field name */
20
+ fieldName: string;
21
+ /** Label of the field */
22
+ label: string;
23
+ /** The value of the field */
24
+ value: string;
25
+ }
26
+ /**
27
+ * Output representation of a single field
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface FieldRepresentation {
33
+ colType: string;
34
+ fieldName: string;
35
+ label: string;
36
+ value: string;
37
+ }
@@ -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 = "368d9dc1ae78231e0bb4056e268aaa3a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TaskProgressRepresentation, existing: TaskProgressRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskProgressRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TaskProgressRepresentationNormalized, incoming: TaskProgressRepresentationNormalized): 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: TaskProgressRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output represenation of a task progress
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TaskProgressRepresentationNormalized {
17
+ /** The current value of progress */
18
+ currentValue: number;
19
+ /** The max value of progress */
20
+ maxValue: number;
21
+ /** The min value of progress */
22
+ minValue: number;
23
+ }
24
+ /**
25
+ * Output represenation of a task progress
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface TaskProgressRepresentation {
31
+ currentValue: number;
32
+ maxValue: number;
33
+ minValue: number;
34
+ }
@@ -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-industries-actionplan",
3
+ "version": "0.1.0-dev1",
4
+ "license": "SEE LICENSE IN LICENSE.txt",
5
+ "description": "",
6
+ "main": "dist/es/es2018/industries-actionplan.js",
7
+ "module": "dist/es/es2018/industries-actionplan.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-actionplan.js",
18
+ "require": "./dist/es/es2018/industries-actionplan.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": "industriesActionplanApi"
29
+ },
30
+ "contributors": [
31
+ "aashishgoel@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-industries-actionplan",
40
+ "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-actionplan",
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';