@pulumi/meraki 0.2.5 → 0.2.6

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.5",
3
+ "version": "0.2.6",
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.5",
27
+ "version": "0.2.6",
28
28
  "server": "github://api.github.com/pulumi/pulumi-meraki"
29
29
  }
30
30
  }
package/types/output.d.ts CHANGED
@@ -17589,7 +17589,7 @@ export declare namespace networks {
17589
17589
  /**
17590
17590
  * Name of the VLAN, string length must be from 1 to 32 characters
17591
17591
  */
17592
- name: string;
17592
+ name?: string;
17593
17593
  /**
17594
17594
  * VLAN ID
17595
17595
  */