File tree 1 file changed +8
-3
lines changed
packages/openapi-typescript/examples
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9565,11 +9565,10 @@ export interface components {
9565
9565
/** @description Specifies the action that will be taken on the Droplet. */
9566
9566
droplet_action: {
9567
9567
/**
9568
- * @description The type of action to initiate for the Droplet.
9569
- * @example reboot
9568
+ * @description discriminator enum property added by openapi-typescript
9570
9569
* @enum {string}
9571
9570
*/
9572
- type: "enable_backups" | "disable_backups" | "reboot" | "power_cycle" | "shutdown" | "power_off" | "power_on" | "restore" | "password_reset" | "resize" | "rebuild" | "rename" | "change_kernel" | " enable_ipv6" | "snapshot ";
9571
+ type: "enable_ipv6";
9573
9572
};
9574
9573
droplet_action_restore: components["schemas"]["droplet_action"] & {
9575
9574
/**
@@ -9617,6 +9616,12 @@ export interface components {
9617
9616
* @example Nifty New Snapshot
9618
9617
*/
9619
9618
name?: string;
9619
+ } & {
9620
+ /**
9621
+ * @description discriminator enum property added by openapi-typescript
9622
+ * @enum {string}
9623
+ */
9624
+ type: "snapshot";
9620
9625
};
9621
9626
firewall_rule_base: {
9622
9627
/**
You can’t perform that action at this time.
0 commit comments