@deallony/shared 1.0.75 → 1.0.77

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,5 +1,10 @@
1
1
  export * as Ad from './AdType';
2
2
  export * as AdLocation from './AdLocationType';
3
+ export * as Motor from './MotorType';
4
+ export * as Property from './PropertyTypeType';
5
+ export * as Service from './ServiceType';
6
+ export * as Product from './UsedProductType';
7
+ export * as SubjectTable from './SubjectType';
3
8
  export * as AdminBoundary from './AdminBoundaryType';
4
9
  export * as Media from './MediaType';
5
10
  export * from './PropertyTypeType';
@@ -1,5 +1,10 @@
1
1
  export * as Ad from './AdType';
2
2
  export * as AdLocation from './AdLocationType';
3
+ export * as Motor from './MotorType';
4
+ export * as Property from './PropertyTypeType';
5
+ export * as Service from './ServiceType';
6
+ export * as Product from './UsedProductType';
7
+ export * as SubjectTable from './SubjectType';
3
8
  export * as AdminBoundary from './AdminBoundaryType';
4
9
  export * as Media from './MediaType';
5
10
  export * from './PropertyTypeType';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deallony/shared",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",