@lemoncloud/ssocio-stacks-api 0.26.706 → 0.26.713

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$' | 'useAutoRenewal' | 'notifyOnFailure'> {
447
+ export interface PassOpsView extends View, Omit<Partial<PassOpsModel>, 'saleFrom' | 'saleTo' | 'usageFrom' | 'usageTo' | 'usePurchaseLimit' | 'useCountDisplay' | 'programs$' | 'useAutoRenewal' | 'notifyOnFailure' | 'scheduledEndAt'> {
448
448
  /** 판매 시작 시각
449
449
  * format) YYYY-MM-DD HH:MM:SS
450
450
  */
@@ -465,6 +465,8 @@ export interface PassOpsView extends View, Omit<Partial<PassOpsModel>, 'saleFrom
465
465
  useAutoRenewal?: boolean;
466
466
  /** 자동결제 실패 시 알림 발송 여부 */
467
467
  notifyOnFailure?: boolean;
468
+ /** 이용권(자동연장) 예약 종료 시각 - 도래하면 `operationStatus:'ended'`와 동일하게 전체 구독자 일괄 종료 */
469
+ scheduledEndAt?: string;
468
470
  /** 이용권 적용 가능 상품 목록 */
469
471
  readonly AllowedPrograms?: ProgramView[];
470
472
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemoncloud/ssocio-stacks-api",
3
- "version": "0.26.706",
3
+ "version": "0.26.713",
4
4
  "description": "ssocio stacks management api",
5
5
  "types": "dist/view/types.d.ts",
6
6
  "scripts": {},