@lemoncloud/ssocio-stacks-api 0.26.402 → 0.26.702

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.
@@ -444,7 +444,7 @@ export interface SeatBody extends Body, Partial<SeatView> {
444
444
  /**
445
445
  * Type: `PassOpsView`
446
446
  */
447
- export interface PassOpsView extends View, Omit<Partial<PassOpsModel>, 'saleFrom' | 'saleTo' | 'usageFrom' | 'usageTo' | 'usePurchaseLimit' | 'useCountDisplay' | 'programs$'> {
447
+ export interface PassOpsView extends View, Omit<Partial<PassOpsModel>, 'saleFrom' | 'saleTo' | 'usageFrom' | 'usageTo' | 'usePurchaseLimit' | 'useCountDisplay' | 'programs$' | 'useAutoRenewal' | 'notifyOnFailure'> {
448
448
  /** 판매 시작 시각
449
449
  * format) YYYY-MM-DD HH:MM:SS
450
450
  */
@@ -461,6 +461,10 @@ export interface PassOpsView extends View, Omit<Partial<PassOpsModel>, 'saleFrom
461
461
  usePurchaseLimit?: boolean;
462
462
  /** 횟수 노출 여부 */
463
463
  useCountDisplay?: boolean;
464
+ /** 자동결제(구독) 갱신 사용 여부 */
465
+ useAutoRenewal?: boolean;
466
+ /** 자동결제 실패 시 알림 발송 여부 */
467
+ notifyOnFailure?: boolean;
464
468
  /** 이용권 적용 가능 상품 목록 */
465
469
  readonly AllowedPrograms?: ProgramView[];
466
470
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemoncloud/ssocio-stacks-api",
3
- "version": "0.26.402",
3
+ "version": "0.26.702",
4
4
  "description": "ssocio stacks management api",
5
5
  "types": "dist/view/types.d.ts",
6
6
  "scripts": {},