@daocloud-proto/mcamel-postgresql 0.0.2-471 → 0.0.2-472

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 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-postgresql",
3
- "version":"0.0.2-471",
3
+ "version":"0.0.2-472",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postgresql.pb.ts CHANGED
@@ -144,6 +144,10 @@ export type GetPostgresqlTopologyRespNode = {
144
144
  podMemoryLimit?: string
145
145
  role?: GetPostgresqlTopologyRespNodeRole
146
146
  syncState?: string
147
+ sentLsn?: string
148
+ writeLsn?: string
149
+ flushLsn?: string
150
+ replayLsn?: string
147
151
  }
148
152
 
149
153
  export type GetPostgresqlTopologyRespEdges = {