refactor: remove next-transpile-modules and update related configurations
This commit is contained in:
@@ -98,7 +98,7 @@ export type Database = {
|
||||
}
|
||||
Update: {
|
||||
account_id?: string
|
||||
action: string
|
||||
action?: string
|
||||
changed_by?: string
|
||||
created_at?: string
|
||||
id?: number
|
||||
@@ -268,6 +268,7 @@ export type Database = {
|
||||
created_at: string | null
|
||||
created_by: string | null
|
||||
email: string | null
|
||||
has_consent_anonymized_company_statistics: boolean | null
|
||||
has_consent_personal_data: boolean | null
|
||||
id: string
|
||||
is_personal_account: boolean
|
||||
@@ -287,6 +288,7 @@ export type Database = {
|
||||
created_at?: string | null
|
||||
created_by?: string | null
|
||||
email?: string | null
|
||||
has_consent_anonymized_company_statistics?: boolean | null
|
||||
has_consent_personal_data?: boolean | null
|
||||
id?: string
|
||||
is_personal_account?: boolean
|
||||
@@ -306,6 +308,7 @@ export type Database = {
|
||||
created_at?: string | null
|
||||
created_by?: string | null
|
||||
email?: string | null
|
||||
has_consent_anonymized_company_statistics?: boolean | null
|
||||
has_consent_personal_data?: boolean | null
|
||||
id?: string
|
||||
is_personal_account?: boolean
|
||||
@@ -1628,14 +1631,13 @@ export type Database = {
|
||||
Returns: Json
|
||||
}
|
||||
create_team_account: {
|
||||
Args:
|
||||
| { account_name: string }
|
||||
| { account_name: string; new_personal_code: string }
|
||||
Args: { account_name: string; new_personal_code: string }
|
||||
Returns: {
|
||||
city: string | null
|
||||
created_at: string | null
|
||||
created_by: string | null
|
||||
email: string | null
|
||||
has_consent_anonymized_company_statistics: boolean | null
|
||||
has_consent_personal_data: boolean | null
|
||||
id: string
|
||||
is_personal_account: boolean
|
||||
@@ -1883,12 +1885,12 @@ export type Database = {
|
||||
| "QUEUED"
|
||||
| "ON_HOLD"
|
||||
| "PROCESSING"
|
||||
| "PARTIAL_ANALYSIS_RESPONSE"
|
||||
| "FULL_ANALYSIS_RESPONSE"
|
||||
| "WAITING_FOR_DOCTOR_RESPONSE"
|
||||
| "COMPLETED"
|
||||
| "REJECTED"
|
||||
| "CANCELLED"
|
||||
| "PARTIAL_ANALYSIS_RESPONSE"
|
||||
| "FULL_ANALYSIS_RESPONSE"
|
||||
| "WAITING_FOR_DOCTOR_RESPONSE"
|
||||
app_permissions:
|
||||
| "roles.manage"
|
||||
| "billing.manage"
|
||||
@@ -7772,15 +7774,15 @@ export const Constants = {
|
||||
medreport: {
|
||||
Enums: {
|
||||
analysis_order_status: [
|
||||
"QUEUED", // makstud, ootab Synlabi saatmist
|
||||
"ON_HOLD", //
|
||||
"PROCESSING", // ootab proovide tulemusi
|
||||
"PARTIAL_ANALYSIS_RESPONSE", // osalised tulemused
|
||||
"FULL_ANALYSIS_RESPONSE", // kõik tulemused käes
|
||||
"WAITING_FOR_DOCTOR_RESPONSE", // ootab arsti kokkuvõtet
|
||||
"COMPLETED", // kinnitatud, lõplik
|
||||
"REJECTED", // tagastatud
|
||||
"CANCELLED", // tühistatud
|
||||
"QUEUED",
|
||||
"ON_HOLD",
|
||||
"PROCESSING",
|
||||
"COMPLETED",
|
||||
"REJECTED",
|
||||
"CANCELLED",
|
||||
"PARTIAL_ANALYSIS_RESPONSE",
|
||||
"FULL_ANALYSIS_RESPONSE",
|
||||
"WAITING_FOR_DOCTOR_RESPONSE",
|
||||
],
|
||||
app_permissions: [
|
||||
"roles.manage",
|
||||
|
||||
Reference in New Issue
Block a user