b2m-utils 0.0.42 → 0.0.44
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/build/types/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ export * from './Dates';
|
|
|
10
10
|
export { default as Dates } from './Dates';
|
|
11
11
|
export * from './Domain';
|
|
12
12
|
export { default as Domain } from './Domain';
|
|
13
|
+
export * from './DomainDispatcher';
|
|
14
|
+
export { default as DomainDispatcher } from './DomainDispatcher';
|
|
13
15
|
export * from './DomainDivision';
|
|
14
16
|
export { default as DomainDivision } from './DomainDivision';
|
|
15
17
|
export * from './DomainPriority';
|
|
@@ -20,6 +22,8 @@ export * from './DomainProcessObservation';
|
|
|
20
22
|
export { default as DomainProcessObservation } from './DomainProcessObservation';
|
|
21
23
|
export * from './DomainTerminal';
|
|
22
24
|
export { default as DomainTerminal } from './DomainTerminal';
|
|
25
|
+
export * from './DomainUser';
|
|
26
|
+
export { default as DomainUser } from './DomainUser';
|
|
23
27
|
export * from './File';
|
|
24
28
|
export { default as File } from './File';
|
|
25
29
|
export * from './FreightForwarder';
|