@zenstackhq/orm 3.0.0-beta.34 → 3.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.
package/dist/index.d.cts CHANGED
@@ -1692,7 +1692,7 @@ type MapProcedureParams<Schema extends SchemaDef, Params> = {
1692
1692
  * Creates a new ZenStack client instance.
1693
1693
  */
1694
1694
  interface ClientConstructor {
1695
- new <Schema extends SchemaDef, Options extends ClientOptions<Schema>>(schema: Schema, options: Options): ClientContract<Schema, Options>;
1695
+ new <Schema extends SchemaDef, Options extends ClientOptions<Schema> = ClientOptions<Schema>>(schema: Schema, options: Options): ClientContract<Schema, Options>;
1696
1696
  }
1697
1697
  /**
1698
1698
  * CRUD operations.
package/dist/index.d.ts CHANGED
@@ -1692,7 +1692,7 @@ type MapProcedureParams<Schema extends SchemaDef, Params> = {
1692
1692
  * Creates a new ZenStack client instance.
1693
1693
  */
1694
1694
  interface ClientConstructor {
1695
- new <Schema extends SchemaDef, Options extends ClientOptions<Schema>>(schema: Schema, options: Options): ClientContract<Schema, Options>;
1695
+ new <Schema extends SchemaDef, Options extends ClientOptions<Schema> = ClientOptions<Schema>>(schema: Schema, options: Options): ClientContract<Schema, Options>;
1696
1696
  }
1697
1697
  /**
1698
1698
  * CRUD operations.