@ryan-pip/pulumi-fivetran 1.9.42 → 1.9.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryan-pip/pulumi-fivetran",
3
- "version": "1.9.42",
3
+ "version": "1.9.44",
4
4
  "description": "A Pulumi package for creating and managing fivetran cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,7 +24,7 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "fivetran",
27
- "version": "1.9.42",
27
+ "version": "1.9.44",
28
28
  "server": "github://api.github.com/ryan-pip"
29
29
  }
30
30
  }
package/types/input.d.ts CHANGED
@@ -8298,7 +8298,7 @@ export interface ConnectorSchemaConfigSchemaTableColumn {
8298
8298
  */
8299
8299
  hashed?: pulumi.Input<boolean | undefined>;
8300
8300
  /**
8301
- * Boolean value indicating if the column is a primary key. This field is read-only and computed by the API.
8301
+ * Boolean value indicating if the column is a primary key.
8302
8302
  */
8303
8303
  isPrimaryKey?: pulumi.Input<boolean | undefined>;
8304
8304
  /**
@@ -8348,7 +8348,7 @@ export interface ConnectorSchemaConfigSchemasTablesColumns {
8348
8348
  */
8349
8349
  hashed?: pulumi.Input<boolean | undefined>;
8350
8350
  /**
8351
- * Boolean value indicating if the column is a primary key. This field is read-only and computed by the API.
8351
+ * Boolean value indicating if the column is a primary key.
8352
8352
  */
8353
8353
  isPrimaryKey?: pulumi.Input<boolean | undefined>;
8354
8354
  }
package/types/output.d.ts CHANGED
@@ -8297,7 +8297,7 @@ export interface ConnectorSchemaConfigSchemaTableColumn {
8297
8297
  */
8298
8298
  hashed: boolean;
8299
8299
  /**
8300
- * Boolean value indicating if the column is a primary key. This field is read-only and computed by the API.
8300
+ * Boolean value indicating if the column is a primary key.
8301
8301
  */
8302
8302
  isPrimaryKey: boolean;
8303
8303
  /**
@@ -8347,7 +8347,7 @@ export interface ConnectorSchemaConfigSchemasTablesColumns {
8347
8347
  */
8348
8348
  hashed: boolean;
8349
8349
  /**
8350
- * Boolean value indicating if the column is a primary key. This field is read-only and computed by the API.
8350
+ * Boolean value indicating if the column is a primary key.
8351
8351
  */
8352
8352
  isPrimaryKey: boolean;
8353
8353
  }