@pulumi/meraki 0.2.6 → 0.2.7-alpha.1721036507

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": "@pulumi/meraki",
3
- "version": "0.2.6",
3
+ "version": "0.2.7-alpha.1721036507",
4
4
  "description": "A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,7 +24,7 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "meraki",
27
- "version": "0.2.6",
27
+ "version": "0.2.7-alpha.1721036507",
28
28
  "server": "github://api.github.com/pulumi/pulumi-meraki"
29
29
  }
30
30
  }
package/types/output.d.ts CHANGED
@@ -4696,7 +4696,7 @@ export declare namespace networks {
4696
4696
  /**
4697
4697
  * A text comment for the reserved range
4698
4698
  */
4699
- comment: string;
4699
+ comment?: string;
4700
4700
  /**
4701
4701
  * The last IP in the reserved range
4702
4702
  */