@opexa/portal-sdk 0.35.4 → 0.35.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.
package/dist/index.d.cts CHANGED
@@ -419,6 +419,7 @@ interface NameAndPasswordSignInInput {
419
419
  name: string;
420
420
  password: string;
421
421
  reCAPTCHAResponse?: string;
422
+ testPass?: string;
422
423
  }
423
424
  /**
424
425
  * @deprecated use `type: "SOCIAL"`
package/dist/index.d.ts CHANGED
@@ -419,6 +419,7 @@ interface NameAndPasswordSignInInput {
419
419
  name: string;
420
420
  password: string;
421
421
  reCAPTCHAResponse?: string;
422
+ testPass?: string;
422
423
  }
423
424
  /**
424
425
  * @deprecated use `type: "SOCIAL"`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.35.4",
4
+ "version": "0.35.5",
5
5
  "main": "./dist/index.cjs",
6
6
  "files": [
7
7
  "dist",