@daocloud-proto/mcamel-postgresql 0.0.1-2 → 0.0.1-3

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-postgresql",
3
- "version":"0.0.1-2",
3
+ "version":"0.0.1-3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postgresql.pb.ts CHANGED
@@ -145,10 +145,10 @@ export type CreatePostgresqlReq = {
145
145
  lbTyp?: CommonCommon.LBTyp
146
146
  lbPoolName?: string
147
147
  lbAddress?: string
148
- phpAdminExternalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
149
- phpAdminLbTyp?: CommonCommon.LBTyp
150
- phpAdminLbPoolName?: string
151
- phpAdminLbAddress?: string
148
+ pgAdminExternalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
149
+ pgAdminLbTyp?: CommonCommon.LBTyp
150
+ pgAdminLbPoolName?: string
151
+ pgAdminLbAddress?: string
152
152
  }
153
153
 
154
154
  export type UpdatePostgresqlConfReq = {