@chevre/factory 4.251.0 → 4.252.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.
|
@@ -95,8 +95,9 @@ export interface IOwnershipInfo<T extends IGood | IGoodWithDetail> {
|
|
|
95
95
|
identifier?: any;
|
|
96
96
|
/**
|
|
97
97
|
* owned by whom
|
|
98
|
+
* Array対応(2022-07-25~)
|
|
98
99
|
*/
|
|
99
|
-
ownedBy: IOwner;
|
|
100
|
+
ownedBy: IOwner | IOwner[];
|
|
100
101
|
/**
|
|
101
102
|
* The organization or person from which the product was acquired.
|
|
102
103
|
*/
|