Remove active user pricing and custom invoicing
This commit is contained in:
parent
a551532e73
commit
40b85fd206
|
@ -1,12 +1,3 @@
|
|||
export interface PutAccountUser {
|
||||
createdAt: number
|
||||
}
|
||||
|
||||
export interface PutAccountUserResponse {
|
||||
userId: string
|
||||
createdAt: number
|
||||
}
|
||||
|
||||
export interface PostAccountUserActivity {
|
||||
timestamp: number
|
||||
}
|
||||
|
|
|
@ -1,14 +1,3 @@
|
|||
export interface SaveAccountUser {
|
||||
accountId: string
|
||||
userId: string
|
||||
createdAt: number
|
||||
deletedAt?: number
|
||||
}
|
||||
|
||||
export interface AccountUser extends SaveAccountUser {
|
||||
tenantId: string // for backwards compatibility with the accounts table. Really this is a USER#<id>
|
||||
}
|
||||
|
||||
export interface CreateAccountUserActivity {
|
||||
accountId: string
|
||||
userId: string
|
||||
|
|
Loading…
Reference in New Issue