1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Log requests

This commit is contained in:
Adria Navarro 2024-03-01 13:07:27 +01:00
parent 1c17121568
commit 3a341338a1
3 changed files with 3 additions and 1 deletions

View file

@ -5,3 +5,4 @@ export * as writethrough from "./writethrough"
export * as invite from "./invite" export * as invite from "./invite"
export * as passwordReset from "./passwordReset" export * as passwordReset from "./passwordReset"
export * from "./generic" export * from "./generic"
export * as docWritethrough from "./docWritethrough"

@ -1 +1 @@
Subproject commit 183b35d3acd42433dcb2d32bcd89a36abe13afec Subproject commit c83fbd01f50872eedb772fba9a90d79650403126

View file

@ -38,6 +38,7 @@ export enum DocumentType {
AUTOMATION_METADATA = "meta_au", AUTOMATION_METADATA = "meta_au",
AUDIT_LOG = "al", AUDIT_LOG = "al",
APP_MIGRATION_METADATA = "_design/migrations", APP_MIGRATION_METADATA = "_design/migrations",
SCIM_LOG = "scimlog",
} }
// these are the core documents that make up the data, design // these are the core documents that make up the data, design