modelence 0.15.2 → 0.15.3

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.
@@ -356,7 +356,7 @@ declare class Store<TSchema extends ModelSchema, TMethods extends Record<string,
356
356
  searchIndexes?: SearchIndexDescription[];
357
357
  /** Whether index creation should block startup or run in background */
358
358
  indexCreationMode?: IndexCreationMode;
359
- }): Store<TSchema & TExtendedSchema & Record<string, unknown>, PreserveMethodsForExtendedSchema<TMethods, TSchema & TExtendedSchema & Record<string, unknown>> & TExtendedMethods>;
359
+ }): Store<TSchema & TExtendedSchema, PreserveMethodsForExtendedSchema<TMethods, TSchema & TExtendedSchema> & TExtendedMethods>;
360
360
  /** @internal */
361
361
  init(client: MongoClient): void;
362
362
  /** @internal */
package/dist/types.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { A as AppServer, a as AppServerInitOptions, E as ExpressMiddleware, M as ModelenceConfig } from './index-CLpVWWuj.js';
2
2
  export { A as AnyMethodShape, j as AppConfig, q as Args, h as AuthErrorProps, w as AuthProvider, g as AuthSuccessProps, o as ClientInfo, b as ConfigKey, c as ConfigParams, C as ConfigSchema, d as ConfigType, t as Configs, p as ConnectionInfo, n as Context, D as DefaultRoles, H as Handler, s as Method, M as MethodDefinition, r as MethodType, O as OAuthProvider, P as Permission, m as Role, R as RoleDefinition, v as SUPPORTED_OAUTH_PROVIDERS, k as Session, f as SignupProps, U as UpdateProfileProps, i as User, u as UserEmail, l as UserInfo, V as ValueType, a as WebsocketClientProvider, W as WebsocketServerProvider } from './types-Cm6x0ToB.js';
3
- export { B as BodyConfig, h as CronJob, C as CronJobInputParams, i as CronJobMetadata, g as EmailAttachment, c as EmailPayload, E as EmailProvider, k as ExpressHandler, H as HttpMethod, I as InferDocumentType, M as ModelSchema, a as RateLimitRule, b as RateLimitType, R as RouteDefinition, d as RouteHandler, j as RouteHandlers, e as RouteParams, f as RouteResponse, s as schema } from './types-CIL2Bj_2.js';
3
+ export { B as BodyConfig, h as CronJob, C as CronJobInputParams, i as CronJobMetadata, g as EmailAttachment, c as EmailPayload, E as EmailProvider, k as ExpressHandler, H as HttpMethod, I as InferDocumentType, M as ModelSchema, a as RateLimitRule, b as RateLimitType, R as RouteDefinition, d as RouteHandler, j as RouteHandlers, e as RouteParams, f as RouteResponse, s as schema } from './types-C38ILsb0.js';
4
4
  import 'express';
5
5
  import 'http';
6
6
  import 'mongodb';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "modelence",
4
- "version": "0.15.2",
4
+ "version": "0.15.3",
5
5
  "description": "The Node.js Framework for Real-Time MongoDB Apps",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/global.d.ts",