UNPKG

1.51 kBTypeScriptView Raw
1// Type definitions for jsforce 1.9
2// Project: http://github.com/jsforce/jsforce
3// Definitions by: Dolan Miu <https://github.com/dolanmiu>
4// Kamil Ejsymont <https://github.com/netes>
5// Thomas Dvornik <https://github.com/amphro>
6// Tim Noonan <https://github.com/tnoonan-salesforce>
7// Abraham White <https://github.com/whiteabelincoln>
8// Borys Kupar <https://github.com/borys-kupar>
9// Andrés Catalán <https://github.com/catalandres>
10// Ken Human <https://github.com/kenhuman>
11// Doug Ayers <https://github.com/douglascayers>
12// Arlo Godfrey <https://github.com/Arlodotexe>
13// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
14// TypeScript Version: 2.7
15
16/// <reference types="node" />
17export * from './api/analytics';
18export * from './api/apex';
19export * from './api/chatter';
20export * from './api/metadata';
21export * from './batch';
22export * from './bulk';
23export * from './cache';
24export * from './channel';
25export * from './connection';
26export * from './date-enum';
27export * from './describe-result';
28export * from './job';
29export * from './limits-info';
30export * from './oauth2';
31export * from './promise';
32export * from './query';
33export * from './record';
34export * from './record-result';
35export * from './salesforce-id';
36export * from './salesforce-object';
37export * from './streaming';
38export * from './topic';
39export * from './date';
\No newline at end of file