@cinerino/sdk 3.149.0 → 3.150.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.
|
@@ -51,7 +51,7 @@ export declare class PersonOwnershipInfoService extends Service {
|
|
|
51
51
|
/**
|
|
52
52
|
* 所有権検索
|
|
53
53
|
*/
|
|
54
|
-
search(params: factory.ownershipInfo.ISearchConditions & {
|
|
54
|
+
search(params: Omit<factory.ownershipInfo.ISearchConditions, 'ownedBy' | 'project'> & {
|
|
55
55
|
/**
|
|
56
56
|
* 未指定の場合`me`がセットされます
|
|
57
57
|
*/
|
|
@@ -104,7 +104,7 @@ export declare class PersonOwnershipInfoService extends Service {
|
|
|
104
104
|
/**
|
|
105
105
|
* 所有権検索
|
|
106
106
|
*/
|
|
107
|
-
search(params: factory.ownershipInfo.ISearchConditions & {
|
|
107
|
+
search(params: Omit<factory.ownershipInfo.ISearchConditions, 'ownedBy' | 'project'> & {
|
|
108
108
|
/**
|
|
109
109
|
* 未指定の場合`me`がセットされます
|
|
110
110
|
*/
|