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.
- package/dist/{chunk-Z6AXX2IR.js → chunk-J5SB2KAY.js} +3 -3
- package/dist/{chunk-Z6AXX2IR.js.map → chunk-J5SB2KAY.js.map} +1 -1
- package/dist/{package-FKRLR6XH.js → package-XV5V7NHM.js} +2 -2
- package/dist/{package-FKRLR6XH.js.map → package-XV5V7NHM.js.map} +1 -1
- package/dist/server.d.ts +2 -2
- package/dist/server.js +7 -7
- package/dist/server.js.map +1 -1
- package/dist/{types-CIL2Bj_2.d.ts → types-C38ILsb0.d.ts} +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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-
|
|
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';
|