Skip to content

Commit

Permalink
chore: auto update client api apecloud/apecloud@539e4e2
Browse files Browse the repository at this point in the history
  • Loading branch information
apecloud-bot committed Jan 6, 2025
1 parent 47667d7 commit 9d3c96f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .generator/schemas/adminapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13340,7 +13340,6 @@ components:
- Stop
- Start
- Expose
- DataScript
- Backup
- Restore
- RebuildInstance
Expand Down
1 change: 0 additions & 1 deletion .generator/schemas/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11542,7 +11542,6 @@ components:
- Stop
- Start
- Expose
- DataScript
- Backup
- Restore
- RebuildInstance
Expand Down
2 changes: 1 addition & 1 deletion apecloud
Submodule apecloud updated from 0ed42d to 539e4e
2 changes: 0 additions & 2 deletions api/kbcloud/admin/model_ops_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const (
OpsTypeStop OpsType = "Stop"
OpsTypeStart OpsType = "Start"
OpsTypeExpose OpsType = "Expose"
OpsTypeDataScript OpsType = "DataScript"
OpsTypeBackup OpsType = "Backup"
OpsTypeRestore OpsType = "Restore"
OpsTypeRebuildInstance OpsType = "RebuildInstance"
Expand All @@ -42,7 +41,6 @@ var allowedOpsTypeEnumValues = []OpsType{
OpsTypeStop,
OpsTypeStart,
OpsTypeExpose,
OpsTypeDataScript,
OpsTypeBackup,
OpsTypeRestore,
OpsTypeRebuildInstance,
Expand Down
2 changes: 0 additions & 2 deletions api/kbcloud/model_ops_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const (
OpsTypeStop OpsType = "Stop"
OpsTypeStart OpsType = "Start"
OpsTypeExpose OpsType = "Expose"
OpsTypeDataScript OpsType = "DataScript"
OpsTypeBackup OpsType = "Backup"
OpsTypeRestore OpsType = "Restore"
OpsTypeRebuildInstance OpsType = "RebuildInstance"
Expand All @@ -42,7 +41,6 @@ var allowedOpsTypeEnumValues = []OpsType{
OpsTypeStop,
OpsTypeStart,
OpsTypeExpose,
OpsTypeDataScript,
OpsTypeBackup,
OpsTypeRestore,
OpsTypeRebuildInstance,
Expand Down

0 comments on commit 9d3c96f

Please sign in to comment.