Skip to content

Commit

Permalink
Merge branch 'master' into TRNTYUI-1342
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilz committed Nov 12, 2024
2 parents ec0f5c7 + b3e7c1d commit debf6d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 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 Expand Up @@ -4534,6 +4535,7 @@ export namespace DomainRobotModels {
netAmount?: number;
externalAccountingStatus?: string;
view?: CurrencyRate;
forcedPrice?: SimplePrice
}

export class Subscription {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"axios": "^0.21.1",
"chai": "^4.3.4",
"yarn.lock": "^0.0.1-security"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit debf6d4

Please sign in to comment.