b2m-utils 0.0.212 → 0.0.214
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
|
@@ -28,6 +28,12 @@ export * from './CteChatMessage';
|
|
|
28
28
|
export { default as CteChatMessage } from './CteChatMessage';
|
|
29
29
|
export * from './CteCost';
|
|
30
30
|
export { default as CteCost } from './CteCost';
|
|
31
|
+
export * from './CteStatus';
|
|
32
|
+
export { default as CteStatus } from './CteStatus';
|
|
33
|
+
export * from './CteTag';
|
|
34
|
+
export { default as CteTag } from './CteTag';
|
|
35
|
+
export * from './CteTagRelation';
|
|
36
|
+
export { default as CteTagRelation } from './CteTagRelation';
|
|
31
37
|
export * from './CteType';
|
|
32
38
|
export { default as CteType } from './CteType';
|
|
33
39
|
export * from './CteVehicleType';
|