@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.
@@ -9,7 +9,6 @@ export declare class OwnershipInfoService extends Service {
9
9
  * 所有権検索
10
10
  */
11
11
  search(params: factory.ownershipInfo.ISearchConditions & {
12
- countDocuments?: '1';
13
12
  /**
14
13
  * 所有物詳細を取得する
15
14
  */
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.149.0",
3
+ "version": "3.150.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {