@chevre/factory 8.2.0-alpha.3 → 8.2.0-alpha.5

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.
@@ -532,14 +532,7 @@ export interface IAcceptedOffersSearchConditions {
532
532
  * 予約番号
533
533
  */
534
534
  reservationNumbers?: string[];
535
- reservedTicket?: {
536
- /**
537
- * 予約チケット識別子
538
- */
539
- identifier?: {
540
- $eq?: string;
541
- };
542
- };
535
+ reservedTicket?: never;
543
536
  };
544
537
  serialNumber?: {
545
538
  $eq?: string;
@@ -618,7 +611,7 @@ export interface ISearchConditions {
618
611
  */
619
612
  paymentMethods?: IPaymentMethodsSearchConditions;
620
613
  /**
621
- * 注文アイテム条件
614
+ * 注文オファー条件
622
615
  */
623
616
  acceptedOffers?: IAcceptedOffersSearchConditions;
624
617
  }
@@ -4,6 +4,10 @@ import { SortType } from './sortType';
4
4
  export interface ICredentialsCreditCard {
5
5
  siteId: string;
6
6
  sitePass: string;
7
+ /**
8
+ * CreditCardIFでは決済承認レート制限はなし
9
+ */
10
+ rateLimit?: never;
7
11
  }
8
12
  export interface ICredentialsMovieTicket {
9
13
  authorizeServerDomain: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "8.2.0-alpha.3",
3
+ "version": "8.2.0-alpha.5",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [