@mediahub-bg/ott-objects 0.5.61 → 0.5.63

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/types.ts +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediahub-bg/ott-objects",
3
- "version": "0.5.61",
3
+ "version": "0.5.63",
4
4
  "types": "web/types.d.ts",
5
5
  "files": [
6
6
  "web"
package/web/types.ts CHANGED
@@ -811,10 +811,9 @@ export interface CaptchaInput {
811
811
  captchaAction?: string;
812
812
  captchaSiteKey?: string;
813
813
  }
814
- export interface InUserStatus {
814
+ export interface InUserStatus extends CaptchaInput {
815
815
  email: string;
816
816
  otp?: string;
817
- CaptchaInput: CaptchaInput;
818
817
  }
819
818
  export interface InDelUser {
820
819
  password?: string;