We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136dbba commit ef55b9dCopy full SHA for ef55b9d
packages/clients/src/api/tem/v1alpha1/content.gen.ts
@@ -3,7 +3,10 @@
3
import type { DomainStatus, EmailStatus } from './types.gen'
4
5
/** Lists transient statutes of the enum {@link DomainStatus}. */
6
-export const DOMAIN_TRANSIENT_STATUSES: DomainStatus[] = ['pending']
+export const DOMAIN_TRANSIENT_STATUSES: DomainStatus[] = [
7
+ 'pending',
8
+ 'autoconfiguring',
9
+]
10
11
/** Lists transient statutes of the enum {@link EmailStatus}. */
12
export const EMAIL_TRANSIENT_STATUSES: EmailStatus[] = ['new', 'sending']
packages/clients/src/api/tem/v1alpha1/types.gen.ts
@@ -23,6 +23,7 @@ export type DomainStatus =
23
| 'locked'
24
| 'revoked'
25
| 'pending'
26
+ | 'autoconfiguring'
27
28
export type EmailFlag =
29
| 'unknown_flag'
0 commit comments