@metal-stack/api 0.1.7 → 0.2.1

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 (96) hide show
  1. package/js/buf/validate/validate_pb.ts +1 -1
  2. package/js/metalstack/admin/v2/audit_pb.js +1 -1
  3. package/js/metalstack/admin/v2/audit_pb.ts +1 -1
  4. package/js/metalstack/admin/v2/component_pb.js +1 -1
  5. package/js/metalstack/admin/v2/component_pb.ts +1 -1
  6. package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
  7. package/js/metalstack/admin/v2/filesystem_pb.ts +1 -1
  8. package/js/metalstack/admin/v2/image_pb.js +1 -1
  9. package/js/metalstack/admin/v2/image_pb.ts +1 -1
  10. package/js/metalstack/admin/v2/ip_pb.js +1 -1
  11. package/js/metalstack/admin/v2/ip_pb.ts +1 -1
  12. package/js/metalstack/admin/v2/machine_pb.d.ts +47 -1
  13. package/js/metalstack/admin/v2/machine_pb.js +12 -2
  14. package/js/metalstack/admin/v2/machine_pb.ts +55 -3
  15. package/js/metalstack/admin/v2/network_pb.js +1 -1
  16. package/js/metalstack/admin/v2/network_pb.ts +1 -1
  17. package/js/metalstack/admin/v2/partition_pb.js +1 -1
  18. package/js/metalstack/admin/v2/partition_pb.ts +1 -1
  19. package/js/metalstack/admin/v2/project_pb.d.ts +4 -11
  20. package/js/metalstack/admin/v2/project_pb.js +2 -2
  21. package/js/metalstack/admin/v2/project_pb.ts +6 -14
  22. package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
  23. package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +1 -1
  24. package/js/metalstack/admin/v2/size_pb.js +1 -1
  25. package/js/metalstack/admin/v2/size_pb.ts +1 -1
  26. package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
  27. package/js/metalstack/admin/v2/size_reservation_pb.ts +1 -1
  28. package/js/metalstack/admin/v2/switch_pb.js +1 -1
  29. package/js/metalstack/admin/v2/switch_pb.ts +1 -1
  30. package/js/metalstack/admin/v2/task_pb.js +1 -1
  31. package/js/metalstack/admin/v2/task_pb.ts +1 -1
  32. package/js/metalstack/admin/v2/tenant_pb.d.ts +97 -1
  33. package/js/metalstack/admin/v2/tenant_pb.js +22 -2
  34. package/js/metalstack/admin/v2/tenant_pb.ts +116 -3
  35. package/js/metalstack/admin/v2/token_pb.js +1 -1
  36. package/js/metalstack/admin/v2/token_pb.ts +1 -1
  37. package/js/metalstack/admin/v2/vpn_pb.js +1 -1
  38. package/js/metalstack/admin/v2/vpn_pb.ts +1 -1
  39. package/js/metalstack/api/v2/audit_pb.js +1 -1
  40. package/js/metalstack/api/v2/audit_pb.ts +1 -1
  41. package/js/metalstack/api/v2/common_pb.d.ts +40 -3
  42. package/js/metalstack/api/v2/common_pb.js +8 -3
  43. package/js/metalstack/api/v2/common_pb.ts +44 -7
  44. package/js/metalstack/api/v2/component_pb.js +1 -1
  45. package/js/metalstack/api/v2/component_pb.ts +1 -1
  46. package/js/metalstack/api/v2/filesystem_pb.js +1 -1
  47. package/js/metalstack/api/v2/filesystem_pb.ts +1 -1
  48. package/js/metalstack/api/v2/health_pb.js +1 -1
  49. package/js/metalstack/api/v2/health_pb.ts +1 -1
  50. package/js/metalstack/api/v2/image_pb.js +1 -1
  51. package/js/metalstack/api/v2/image_pb.ts +1 -1
  52. package/js/metalstack/api/v2/ip_pb.js +1 -1
  53. package/js/metalstack/api/v2/ip_pb.ts +1 -1
  54. package/js/metalstack/api/v2/machine_pb.d.ts +239 -1
  55. package/js/metalstack/api/v2/machine_pb.js +150 -3
  56. package/js/metalstack/api/v2/machine_pb.ts +282 -4
  57. package/js/metalstack/api/v2/method_pb.js +1 -1
  58. package/js/metalstack/api/v2/method_pb.ts +1 -1
  59. package/js/metalstack/api/v2/network_pb.js +1 -1
  60. package/js/metalstack/api/v2/network_pb.ts +1 -1
  61. package/js/metalstack/api/v2/partition_pb.js +1 -1
  62. package/js/metalstack/api/v2/partition_pb.ts +1 -1
  63. package/js/metalstack/api/v2/predefined_rules_pb.js +1 -1
  64. package/js/metalstack/api/v2/predefined_rules_pb.ts +1 -1
  65. package/js/metalstack/api/v2/project_pb.d.ts +24 -6
  66. package/js/metalstack/api/v2/project_pb.js +32 -27
  67. package/js/metalstack/api/v2/project_pb.ts +55 -34
  68. package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
  69. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +1 -1
  70. package/js/metalstack/api/v2/size_pb.js +1 -1
  71. package/js/metalstack/api/v2/size_pb.ts +1 -1
  72. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  73. package/js/metalstack/api/v2/size_reservation_pb.ts +1 -1
  74. package/js/metalstack/api/v2/switch_pb.js +1 -1
  75. package/js/metalstack/api/v2/switch_pb.ts +1 -1
  76. package/js/metalstack/api/v2/tenant_pb.js +1 -1
  77. package/js/metalstack/api/v2/tenant_pb.ts +1 -1
  78. package/js/metalstack/api/v2/token_pb.js +1 -1
  79. package/js/metalstack/api/v2/token_pb.ts +1 -1
  80. package/js/metalstack/api/v2/user_pb.js +1 -1
  81. package/js/metalstack/api/v2/user_pb.ts +1 -1
  82. package/js/metalstack/api/v2/version_pb.js +1 -1
  83. package/js/metalstack/api/v2/version_pb.ts +1 -1
  84. package/js/metalstack/api/v2/vpn_pb.js +1 -1
  85. package/js/metalstack/api/v2/vpn_pb.ts +1 -1
  86. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  87. package/js/metalstack/infra/v2/bmc_pb.ts +1 -1
  88. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  89. package/js/metalstack/infra/v2/boot_pb.ts +1 -1
  90. package/js/metalstack/infra/v2/component_pb.js +1 -1
  91. package/js/metalstack/infra/v2/component_pb.ts +1 -1
  92. package/js/metalstack/infra/v2/event_pb.js +1 -1
  93. package/js/metalstack/infra/v2/event_pb.ts +1 -1
  94. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  95. package/js/metalstack/infra/v2/switch_pb.ts +1 -1
  96. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/version.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/vpn.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/vpn.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/bmc.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/bmc.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/boot.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/boot.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/component.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/component.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/event.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/event.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/switch.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
2
2
  // @generated from file metalstack/infra/v2/switch.proto (package metalstack.infra.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "js/*"
21
21
  ],
22
- "version": "0.1.7"
22
+ "version": "0.2.1"
23
23
  }