@snabcentr/client-core 4.0.0 → 4.2.0
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/package.json
CHANGED
package/release_notes.tmp
CHANGED
|
@@ -96,8 +96,7 @@ interface ScITypedNullableRange<T> {
|
|
|
96
96
|
/**
|
|
97
97
|
* Данные о периоде времени, начало и окончание которого представлены {@link Date}.
|
|
98
98
|
*/
|
|
99
|
-
|
|
100
|
-
}
|
|
99
|
+
type ScIDatePeriod = ScITypedNullableRange<Date | null>;
|
|
101
100
|
|
|
102
101
|
/**
|
|
103
102
|
* Базовая идентифицируемая сущность содержащая название.
|