@pulumi/postgresql 3.18.0-alpha.1783669192 → 3.18.0-alpha.1783754022

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.
package/getSequences.d.ts CHANGED
@@ -62,7 +62,7 @@ export interface GetSequencesResult {
62
62
  readonly schemas?: string[];
63
63
  /**
64
64
  * A list of PostgreSQL sequences retrieved by this data source. Each sequence consists of the fields documented below.
65
- * ___
65
+ * ***
66
66
  */
67
67
  readonly sequences: outputs.GetSequencesSequence[];
68
68
  }
package/getTables.d.ts CHANGED
@@ -67,7 +67,7 @@ export interface GetTablesResult {
67
67
  readonly tableTypes?: string[];
68
68
  /**
69
69
  * A list of PostgreSQL tables retrieved by this data source. Each table consists of the fields documented below.
70
- * ___
70
+ * ***
71
71
  */
72
72
  readonly tables: outputs.GetTablesTable[];
73
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/postgresql",
3
- "version": "3.18.0-alpha.1783669192",
3
+ "version": "3.18.0-alpha.1783754022",
4
4
  "description": "A Pulumi package for creating and managing postgresql cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "postgresql",
26
- "version": "3.18.0-alpha.1783669192"
26
+ "version": "3.18.0-alpha.1783754022"
27
27
  }
28
28
  }