@daocloud-proto/mcamel-postgresql 0.0.2-452 → 0.0.2-454

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/postgresql.pb.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-postgresql",
3
- "version":"0.0.2-452",
3
+ "version":"0.0.2-454",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postgresql.pb.ts CHANGED
@@ -176,6 +176,7 @@ export type DeletePostgresqlBackupReq = {
176
176
  namespace?: string
177
177
  name?: string
178
178
  backupName?: string
179
+ removeRemoteBackup?: boolean
179
180
  }
180
181
 
181
182
  export type DeletePostgresqlBackupResp = {