@avallon-labs/sdk 30.1.0-staging.817 → 31.0.0

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4828,6 +4828,7 @@ type SendEmailBody = {
4828
4828
  type SignInBody = {
4829
4829
  type: "password";
4830
4830
  email: string;
4831
+ /** @minLength 1 */
4831
4832
  password: string;
4832
4833
  } | {
4833
4834
  type: "oauth";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "30.1.0-staging.817",
3
+ "version": "31.0.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",