@salesforce/lds-adapters-service-gis 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-gis.js +1670 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createGisExternalAuthIdentityProvider.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/getGisExternalAuthAccessToken.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getGisExternalAuthIdentityProviders.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getGisExtlMapObjectConfig.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getGisRelatedObjectConfig.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/getGisAuthGisExternalAccessToken.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getGisAuthGisExternalAuthIdentityProviders.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getGisConfigGisExtlMapObjectConfig.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getGisConfigGisRelatedObjectConfig.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postGisAuthGisExternalAuthIdentityProvider.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/ErrorResponse.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GisExternalAccessTokenOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/GisExternalAuthIdentityProviderCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/GisExternalAuthIdentityProviderInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/GisExternalAuthIdentityProviderOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/GisExtlMapObjectConfigCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/GisExtlMapObjectConfigOutputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/GisRelatedObjectConfigCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/GisRelatedObjectConfigOutputRepresentation.d.ts +62 -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 +1750 -0
- package/src/raml/api.raml +270 -0
- package/src/raml/luvio.raml +77 -0
package/dist/es/es2018/types/src/generated/types/GisExtlMapObjectConfigOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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 TTL = 300;
|
|
3
|
+
export declare const VERSION = "d1f7afbf8cf734038f702e4ff23870c9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type GisExtlMapObjectConfigOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialGisExtlMapObjectConfigOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): GisExtlMapObjectConfigOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: GisExtlMapObjectConfigOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: GisExtlMapObjectConfigOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: GisExtlMapObjectConfigOutputRepresentation, existing: GisExtlMapObjectConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisExtlMapObjectConfigOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: GisExtlMapObjectConfigOutputRepresentationNormalized, incoming: GisExtlMapObjectConfigOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: GisExtlMapObjectConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation for GIS External Map Object Configuration
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface GisExtlMapObjectConfigOutputRepresentationNormalized {
|
|
27
|
+
/** Default map ID for the object */
|
|
28
|
+
defaultMapId: string;
|
|
29
|
+
/** Entity ID */
|
|
30
|
+
id: string;
|
|
31
|
+
/** Field name for the map ID */
|
|
32
|
+
mapIdFieldName: string | null;
|
|
33
|
+
/** Name of the object (e.g., "WorkOrder") */
|
|
34
|
+
objectName: string;
|
|
35
|
+
/** Type of the record (e.g., "All") */
|
|
36
|
+
recordType: string | null;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Output representation for GIS External Map Object Configuration
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* id (string): id
|
|
43
|
+
*/
|
|
44
|
+
export interface GisExtlMapObjectConfigOutputRepresentation {
|
|
45
|
+
defaultMapId: string;
|
|
46
|
+
id: string;
|
|
47
|
+
mapIdFieldName: string | null;
|
|
48
|
+
objectName: string;
|
|
49
|
+
recordType: string | null;
|
|
50
|
+
}
|
package/dist/es/es2018/types/src/generated/types/GisRelatedObjectConfigCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { GisRelatedObjectConfigOutputRepresentation as GisRelatedObjectConfigOutputRepresentation_GisRelatedObjectConfigOutputRepresentation } from './GisRelatedObjectConfigOutputRepresentation';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "a58708a8e997c383af8c127b5e1e55b4";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: GisRelatedObjectConfigCollectionRepresentation, existing: GisRelatedObjectConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisRelatedObjectConfigCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
gisRelatedObjectConfigOutputRepresentation: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: GisRelatedObjectConfigCollectionRepresentation, existing: GisRelatedObjectConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => GisRelatedObjectConfigCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
gisRelatedObjectConfigOutputRepresentation?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: GisRelatedObjectConfigCollectionRepresentationNormalized, incoming: GisRelatedObjectConfigCollectionRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: GisRelatedObjectConfigCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Represents collection of Map Object Configurations
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface GisRelatedObjectConfigCollectionRepresentationNormalized {
|
|
28
|
+
/** Map Object Configurations total count */
|
|
29
|
+
count: number;
|
|
30
|
+
/** Map Object Configurations list */
|
|
31
|
+
gisRelatedObjectConfigOutputRepresentation: Array<$64$luvio_engine_StoreLink>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Represents collection of Map Object Configurations
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface GisRelatedObjectConfigCollectionRepresentation {
|
|
40
|
+
count: number;
|
|
41
|
+
gisRelatedObjectConfigOutputRepresentation: Array<GisRelatedObjectConfigOutputRepresentation_GisRelatedObjectConfigOutputRepresentation>;
|
|
42
|
+
}
|
package/dist/es/es2018/types/src/generated/types/GisRelatedObjectConfigOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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 TTL = 300;
|
|
3
|
+
export declare const VERSION = "4364518b3ecb57ed83bbbb4fd5adbe6a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type GisRelatedObjectConfigOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialGisRelatedObjectConfigOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): GisRelatedObjectConfigOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: GisRelatedObjectConfigOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: GisRelatedObjectConfigOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: GisRelatedObjectConfigOutputRepresentation, existing: GisRelatedObjectConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisRelatedObjectConfigOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: GisRelatedObjectConfigOutputRepresentationNormalized, incoming: GisRelatedObjectConfigOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: GisRelatedObjectConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Output representation for Map Object Configuration
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface GisRelatedObjectConfigOutputRepresentationNormalized {
|
|
27
|
+
/** Default color for map objects */
|
|
28
|
+
defaultColor: string;
|
|
29
|
+
/** Default icon for map objects */
|
|
30
|
+
defaultIcon: string;
|
|
31
|
+
/** Field name for location data */
|
|
32
|
+
fieldName: string;
|
|
33
|
+
/** Type of location field (geographic data type) */
|
|
34
|
+
fieldType: string;
|
|
35
|
+
/** Entity ID */
|
|
36
|
+
id: string;
|
|
37
|
+
/** Name of the object to be configured */
|
|
38
|
+
objectName: string;
|
|
39
|
+
/** Record type for the map object configuration */
|
|
40
|
+
recordType: string;
|
|
41
|
+
/** Record type ID for the map object configuration */
|
|
42
|
+
recordTypeId: string;
|
|
43
|
+
/** Reference object name for location data */
|
|
44
|
+
referenceObjectName: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Output representation for Map Object Configuration
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* id (string): id
|
|
51
|
+
*/
|
|
52
|
+
export interface GisRelatedObjectConfigOutputRepresentation {
|
|
53
|
+
defaultColor: string;
|
|
54
|
+
defaultIcon: string;
|
|
55
|
+
fieldName: string;
|
|
56
|
+
fieldType: string;
|
|
57
|
+
id: string;
|
|
58
|
+
objectName: string;
|
|
59
|
+
recordType: string;
|
|
60
|
+
recordTypeId: string;
|
|
61
|
+
referenceObjectName: string;
|
|
62
|
+
}
|
|
@@ -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-gis",
|
|
3
|
+
"version": "0.1.0-dev1",
|
|
4
|
+
"description": "serves gis service",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
|
+
"main": "dist/es/es2018/service-gis.js",
|
|
7
|
+
"module": "dist/es/es2018/service-gis.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-gis.js",
|
|
18
|
+
"require": "./dist/es/es2018/service-gis.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": "serviceGisApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"tmbariky@salesforce.com",
|
|
32
|
+
"nmekin@salesforce.com",
|
|
33
|
+
"leah.vogel@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-gis",
|
|
41
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-service-gis",
|
|
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';
|