@chevre/factory 10.4.0-alpha.0 → 10.4.0-alpha.1
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/lib/chevre/action.d.ts +2 -15
- package/package.json +1 -1
package/lib/chevre/action.d.ts
CHANGED
|
@@ -182,18 +182,7 @@ export interface ISearchConditions {
|
|
|
182
182
|
$eq?: string;
|
|
183
183
|
$in?: string[];
|
|
184
184
|
};
|
|
185
|
-
movieTickets?:
|
|
186
|
-
identifier?: {
|
|
187
|
-
$eq?: string;
|
|
188
|
-
};
|
|
189
|
-
serviceOutput?: {
|
|
190
|
-
reservationFor?: {
|
|
191
|
-
id?: {
|
|
192
|
-
$eq?: string;
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
};
|
|
185
|
+
movieTickets?: never;
|
|
197
186
|
object?: {
|
|
198
187
|
/**
|
|
199
188
|
* 通知アクション(決済、返金)の決済方法ID
|
|
@@ -225,9 +214,7 @@ export interface ISearchConditions {
|
|
|
225
214
|
$eq?: string;
|
|
226
215
|
$in?: string[];
|
|
227
216
|
};
|
|
228
|
-
typeOf?:
|
|
229
|
-
$eq?: string;
|
|
230
|
-
};
|
|
217
|
+
typeOf?: never;
|
|
231
218
|
};
|
|
232
219
|
/**
|
|
233
220
|
* 承認アクションの決済方法ID
|