@cinerino/sdk 12.13.0-alpha.3 → 12.13.0-alpha.4

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.
@@ -28,6 +28,10 @@ export interface IFindParams {
28
28
  * 上映方式区分コード
29
29
  */
30
30
  videoFormatType?: string;
31
+ /**
32
+ * 名称部分一致
33
+ */
34
+ nameContains?: string;
31
35
  /**
32
36
  * 追加特性名称
33
37
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "12.13.0-alpha.3",
3
+ "version": "12.13.0-alpha.4",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {