@pulumiverse/unifi 0.0.3 → 0.1.0

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.
Files changed (78) hide show
  1. package/device.d.ts +34 -3
  2. package/device.js +14 -3
  3. package/device.js.map +1 -1
  4. package/dynamicDNS.d.ts +2 -2
  5. package/dynamicDNS.js +2 -2
  6. package/firewall/group.d.ts +3 -2
  7. package/firewall/group.js +3 -2
  8. package/firewall/group.js.map +1 -1
  9. package/firewall/rule.d.ts +27 -2
  10. package/firewall/rule.js +7 -2
  11. package/firewall/rule.js.map +1 -1
  12. package/getAccount.d.ts +3 -0
  13. package/getAccount.js +8 -1
  14. package/getAccount.js.map +1 -1
  15. package/getApGroup.d.ts +12 -0
  16. package/getApGroup.js +18 -1
  17. package/getApGroup.js.map +1 -1
  18. package/getNetwork.d.ts +28 -0
  19. package/getNetwork.js +31 -1
  20. package/getNetwork.js.map +1 -1
  21. package/getRadiusProfile.d.ts +3 -0
  22. package/getRadiusProfile.js +9 -1
  23. package/getRadiusProfile.js.map +1 -1
  24. package/iam/getGroup.d.ts +3 -0
  25. package/iam/getGroup.js +9 -1
  26. package/iam/getGroup.js.map +1 -1
  27. package/iam/getUser.d.ts +18 -0
  28. package/iam/getUser.js +19 -1
  29. package/iam/getUser.js.map +1 -1
  30. package/iam/group.d.ts +2 -2
  31. package/iam/group.js +2 -2
  32. package/iam/user.d.ts +14 -1
  33. package/iam/user.js +4 -1
  34. package/iam/user.js.map +1 -1
  35. package/network.d.ts +19 -5
  36. package/network.js +9 -5
  37. package/network.js.map +1 -1
  38. package/package.json +3 -3
  39. package/port/forward.d.ts +3 -3
  40. package/port/getProfile.d.ts +12 -0
  41. package/port/getProfile.js +18 -1
  42. package/port/getProfile.js.map +1 -1
  43. package/port/profile.d.ts +3 -1
  44. package/port/profile.js +3 -1
  45. package/port/profile.js.map +1 -1
  46. package/provider.js +1 -1
  47. package/provider.js.map +1 -1
  48. package/setting/mgmt.d.ts +3 -3
  49. package/setting/mgmt.js +3 -3
  50. package/site.d.ts +3 -3
  51. package/site.js +3 -3
  52. package/staticRoute.d.ts +5 -2
  53. package/staticRoute.js +5 -2
  54. package/staticRoute.js.map +1 -1
  55. package/types/input.d.ts +28 -1
  56. package/types/input.js +0 -2
  57. package/types/input.js.map +1 -1
  58. package/types/output.d.ts +28 -1
  59. package/types/output.js +0 -2
  60. package/types/output.js.map +1 -1
  61. package/utilities.d.ts +4 -0
  62. package/utilities.js +33 -1
  63. package/utilities.js.map +1 -1
  64. package/wlan.d.ts +57 -19
  65. package/wlan.js +15 -7
  66. package/wlan.js.map +1 -1
  67. package/package.json.bak +0 -30
  68. package/package.json.dev +0 -30
  69. package/scripts/install-pulumi-plugin.js +0 -21
  70. package/types/setting/index.d.ts +0 -0
  71. package/types/setting/index.js +0 -4
  72. package/types/setting/index.js.map +0 -1
  73. package/types/setting/input.d.ts +0 -19
  74. package/types/setting/input.js +0 -5
  75. package/types/setting/input.js.map +0 -1
  76. package/types/setting/output.d.ts +0 -18
  77. package/types/setting/output.js +0 -5
  78. package/types/setting/output.js.map +0 -1
package/package.json.dev DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "name": "@pulumiverse/unifi",
3
- "version": "v0.0.3",
4
- "description": "A Pulumi package for creating and managing Unifi network resources.",
5
- "keywords": [
6
- "pulumi",
7
- "unifi",
8
- "category/network"
9
- ],
10
- "homepage": "https://github.com/pulumiverse",
11
- "repository": "https://github.com/pulumiverse/pulumi-unifi",
12
- "license": "Apache-2.0",
13
- "scripts": {
14
- "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource unifi v0.0.3"
16
- },
17
- "dependencies": {
18
- "@pulumi/pulumi": "^3.0.0"
19
- },
20
- "devDependencies": {
21
- "@types/mime": "^2.0.0",
22
- "@types/node": "^10.0.0",
23
- "typescript": "^4.3.5"
24
- },
25
- "pulumi": {
26
- "resource": true,
27
- "name": "unifi",
28
- "server": "github://api.github.com/pulumiverse"
29
- }
30
- }
@@ -1,21 +0,0 @@
1
- "use strict";
2
- var childProcess = require("child_process");
3
-
4
- var args = process.argv.slice(2);
5
- var res = childProcess.spawnSync("pulumi", ["plugin", "install"].concat(args), {
6
- stdio: ["ignore", "inherit", "inherit"]
7
- });
8
-
9
- if (res.error && res.error.code === "ENOENT") {
10
- console.error("\nThere was an error installing the resource provider plugin. " +
11
- "It looks like `pulumi` is not installed on your system. " +
12
- "Please visit https://pulumi.com/ to install the Pulumi CLI.\n" +
13
- "You may try manually installing the plugin by running " +
14
- "`pulumi plugin install " + args.join(" ") + "`");
15
- } else if (res.error || res.status !== 0) {
16
- console.error("\nThere was an error installing the resource provider plugin. " +
17
- "You may try to manually installing the plugin by running " +
18
- "`pulumi plugin install " + args.join(" ") + "`");
19
- }
20
-
21
- process.exit(0);
File without changes
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/setting/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}
@@ -1,19 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export interface MgmtSshKey {
3
- /**
4
- * Comment.
5
- */
6
- comment?: pulumi.Input<string>;
7
- /**
8
- * Public SSH key.
9
- */
10
- key?: pulumi.Input<string>;
11
- /**
12
- * Name of SSH key.
13
- */
14
- name: pulumi.Input<string>;
15
- /**
16
- * Type of SSH key, e.g. ssh-rsa.
17
- */
18
- type: pulumi.Input<string>;
19
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input.js","sourceRoot":"","sources":["../../../types/setting/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}
@@ -1,18 +0,0 @@
1
- export interface MgmtSshKey {
2
- /**
3
- * Comment.
4
- */
5
- comment?: string;
6
- /**
7
- * Public SSH key.
8
- */
9
- key?: string;
10
- /**
11
- * Name of SSH key.
12
- */
13
- name: string;
14
- /**
15
- * Type of SSH key, e.g. ssh-rsa.
16
- */
17
- type: string;
18
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=output.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../../types/setting/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}