From b05f7eae9680ad1b2aff4259a1d0a284f00ef2c9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Fri, 1 Nov 2024 01:44:52 +0000 Subject: [PATCH] deploy: 0ca34bcf5702f03c694fe3221bb6bf4d582ae9ab --- functions/uploadHook.html | 2 +- functions/userAuditHook.html | 2 +- interfaces/UserAuditHookOptions.html | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/uploadHook.html b/functions/uploadHook.html index ea2f9917..cc269eb8 100644 --- a/functions/uploadHook.html +++ b/functions/uploadHook.html @@ -1 +1 @@ -uploadHook | @bervproject/feathers-advance-hook
  • Returns ((context: HookContext<Application<any, any>, any>) => Promise<HookContext<Application<any, any>, any>>)

      • (context): Promise<HookContext<Application<any, any>, any>>
      • Parameters

        • context: HookContext<Application<any, any>, any>

        Returns Promise<HookContext<Application<any, any>, any>>

+uploadHook | @bervproject/feathers-advance-hook
  • Returns ((context: HookContext<Application<any, any>, any>) => Promise<HookContext<Application<any, any>, any>>)

      • (context): Promise<HookContext<Application<any, any>, any>>
      • Parameters

        • context: HookContext<Application<any, any>, any>

        Returns Promise<HookContext<Application<any, any>, any>>

diff --git a/functions/userAuditHook.html b/functions/userAuditHook.html index c1077073..a908e621 100644 --- a/functions/userAuditHook.html +++ b/functions/userAuditHook.html @@ -1,4 +1,4 @@ userAuditHook | @bervproject/feathers-advance-hook

UserAuditHook Input options UserAuditHookOptions

  • Parameters

    Returns ((context: HookContext<Application<any, any>, any>) => Promise<HookContext<Application<any, any>, any>>)

    UserAuditHook

    -
      • (context): Promise<HookContext<Application<any, any>, any>>
      • Parameters

        • context: HookContext<Application<any, any>, any>

        Returns Promise<HookContext<Application<any, any>, any>>

+
diff --git a/interfaces/UserAuditHookOptions.html b/interfaces/UserAuditHookOptions.html index 4c92eae4..52f3d8e3 100644 --- a/interfaces/UserAuditHookOptions.html +++ b/interfaces/UserAuditHookOptions.html @@ -1,11 +1,11 @@ UserAuditHookOptions | @bervproject/feathers-advance-hook

UserAuditHookOptions Available options createdColumn, updatedColumn, deletedColumn, userProperty

-
interface UserAuditHookOptions {
    createdColumn?: string;
    deletedColumn?: string;
    updatedColumn?: string;
    userProperty?: string;
}

Properties

interface UserAuditHookOptions {
    createdColumn?: string;
    deletedColumn?: string;
    updatedColumn?: string;
    userProperty?: string;
}

Properties

createdColumn?: string

Define to createdColumn for select which column will be filled when insert, by default using createdBy

-
deletedColumn?: string

Define to deletedColumn for select which column will be filled when delete operation, only happened when use softDelete, by default using deletedBy

-
updatedColumn?: string

Define to updatedColumn for select which column will be filled when update/patch, by default using updatedBy

-
userProperty?: string

Define to userProperty for select which column from user entity that will be filled to the audit columns, by default using email

-
+
deletedColumn?: string

Define to deletedColumn for select which column will be filled when delete operation, only happened when use softDelete, by default using deletedBy

+
updatedColumn?: string

Define to updatedColumn for select which column will be filled when update/patch, by default using updatedBy

+
userProperty?: string

Define to userProperty for select which column from user entity that will be filled to the audit columns, by default using email

+