@pulumi/juniper-mist 0.0.14 → 0.0.15

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/juniper-mist",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "A Pulumi package for creating and managing Juniper Mist resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,7 +25,7 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "junipermist",
28
- "version": "0.0.14",
28
+ "version": "0.0.15",
29
29
  "server": "github://api.github.com/pulumi/pulumi-junipermist"
30
30
  }
31
31
  }
package/types/output.d.ts CHANGED
@@ -11901,7 +11901,7 @@ export declare namespace site {
11901
11901
  /**
11902
11902
  * if `protocol`==`http`
11903
11903
  */
11904
- hostnames?: string[];
11904
+ hostnames: string[];
11905
11905
  name?: string;
11906
11906
  network?: string;
11907
11907
  /**