@openbox/shared-types 0.5.94 → 0.5.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,4 +1,4 @@
|
|
|
1
1
|
import { SystemSellingTypes } from '../../system/SellingTypes/system.selling-types.types';
|
|
2
|
-
export type CustomersType =
|
|
2
|
+
export type CustomersType = SystemSellingTypes;
|
|
3
3
|
export type CustomersTypeRequest = Omit<CustomersType, 'id'>;
|
|
4
4
|
export type CustomersTypeResponse = Omit<CustomersType, 'isGravada'>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SystemSellingTypes } from '../../system/SellingTypes/system.selling-types.types';
|
|
2
|
-
export type ProvidersType =
|
|
2
|
+
export type ProvidersType = SystemSellingTypes;
|
|
3
3
|
export type ProvidersTypeRequest = Omit<ProvidersType, 'id'>;
|
|
4
4
|
export type ProvidersTypeResponse = Omit<ProvidersType, 'isGravada'>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SystemSellingTypes } from '../../system/SellingTypes/system.selling-types.types';
|
|
2
|
-
export type ServicesSellingTypes =
|
|
2
|
+
export type ServicesSellingTypes = SystemSellingTypes;
|
|
3
3
|
export type ServicesSellingTypesRequest = Omit<ServicesSellingTypes, 'id'>;
|
|
4
4
|
export type ServicesSellingTypesResponse = Omit<ServicesSellingTypes, 'isGravada'>;
|