Log requests
This commit is contained in:
parent
1c17121568
commit
3a341338a1
|
@ -5,3 +5,4 @@ export * as writethrough from "./writethrough"
|
|||
export * as invite from "./invite"
|
||||
export * as passwordReset from "./passwordReset"
|
||||
export * from "./generic"
|
||||
export * as docWritethrough from "./docWritethrough"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 183b35d3acd42433dcb2d32bcd89a36abe13afec
|
||||
Subproject commit c83fbd01f50872eedb772fba9a90d79650403126
|
|
@ -38,6 +38,7 @@ export enum DocumentType {
|
|||
AUTOMATION_METADATA = "meta_au",
|
||||
AUDIT_LOG = "al",
|
||||
APP_MIGRATION_METADATA = "_design/migrations",
|
||||
SCIM_LOG = "scimlog",
|
||||
}
|
||||
|
||||
// these are the core documents that make up the data, design
|
||||
|
|
Loading…
Reference in New Issue