Skip to content

Commit

Permalink
Merge pull request #138 from huiz1990/TRNTYUI-1336
Browse files Browse the repository at this point in the history
TRNTYUI-1336
  • Loading branch information
thomashilz authored Nov 6, 2024
2 parents 51705fc + 6ab1535 commit 3734470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ export type BillingStatus = "ADD" | "REMOVE" | "UPDATE" | "IGNORE" | "CUSTOMER_C
export type BusinessCategory = "PRIVATE_ORGANIZATION" | "GOVERNMENT_ENTITY" | "BUSINESS_ENTITY";
export type CancelationStatusConstants = "DELETE" | "DELETE_EXPIRE" | "TRANSIT" | "TRANSIT_EXPIRE" | "PREACK" | "PREACK_EXPIRE";
export type CancelationTypeConstants = "DELETE" | "TRANSIT" | "PREACK";
export type Canceled = "NONE" | "CUSTOMER" | "CLIENT"
export type CardStatus = "LOST" | "EXPIRED" | "ACTIVE";
export type CertificateTransparencyPrivacyConstants = "PUBLIC" | "REDACTED";
export type CertificateType = "FQDN" | "MAIL" | "CODE";
Expand Down Expand Up @@ -755,7 +756,7 @@ export namespace DomainRobotModels {
created?: string;
updated?: string;
locked?: boolean;
canceled?: string;
canceled?: Canceled;
billable?: boolean;
verified?: boolean;
invoiceDays?: InvoiceDays;
Expand Down

0 comments on commit 3734470

Please sign in to comment.