@freelog/tools-lib 0.1.94 → 0.1.95

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.
@@ -1,29 +1,31 @@
1
- import * as Node from './nodes';
2
- import * as Exhibit from './presentables';
3
- import * as Storage from './storages';
4
- import * as Collection from './collections';
5
- import * as Resource from './resources';
6
- import * as User from './user';
7
- import * as InformalNode from './informalNodes';
8
- import * as Contract from './contracts';
9
- import * as Transaction from './transactions';
10
- import * as Captcha from './captcha';
11
- import * as Event from './events';
12
- import * as Activity from './activities';
13
-
14
- const FServiceAPI = {
15
- Node,
16
- Exhibit,
17
- Storage,
18
- Collection,
19
- Resource,
20
- User,
21
- InformalNode,
22
- Contract,
23
- Transaction,
24
- Captcha,
25
- Event,
26
- Activity,
27
- };
28
-
29
- export default FServiceAPI;
1
+ import * as Node from './nodes';
2
+ import * as Exhibit from './presentables';
3
+ import * as Storage from './storages';
4
+ import * as Collection from './collections';
5
+ import * as Resource from './resources';
6
+ import * as User from './user';
7
+ import * as InformalNode from './informalNodes';
8
+ import * as Contract from './contracts';
9
+ import * as Transaction from './transactions';
10
+ import * as Captcha from './captcha';
11
+ import * as Event from './events';
12
+ import * as Activity from './activities';
13
+ import * as TestQualification from './testQualifications';
14
+
15
+ const FServiceAPI = {
16
+ Node,
17
+ Exhibit,
18
+ Storage,
19
+ Collection,
20
+ Resource,
21
+ User,
22
+ InformalNode,
23
+ Contract,
24
+ Transaction,
25
+ Captcha,
26
+ Event,
27
+ Activity,
28
+ TestQualification,
29
+ };
30
+
31
+ export default FServiceAPI;