@yimingliao/cms 0.0.40 → 0.0.41
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/server/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/server/index.d.ts
CHANGED
|
@@ -811,7 +811,7 @@ interface CreateSignInActionParams {
|
|
|
811
811
|
adminQueryRepository: ReturnType<typeof createAdminQueryRepository>;
|
|
812
812
|
adminRefreshTokenCommandRepository: ReturnType<typeof createAdminRefreshTokenCommandRepository>;
|
|
813
813
|
executeAction: ReturnType<typeof createExecuteAction>;
|
|
814
|
-
ipRateLimiter:
|
|
814
|
+
ipRateLimiter: (options: RateLimiterOptions) => Promise<void>;
|
|
815
815
|
authUseCases: ReturnType<typeof createAuthUseCases>;
|
|
816
816
|
headers: () => Promise<Headers>;
|
|
817
817
|
schemas: ReturnType<typeof createSchemas>;
|