@metal-stack/api 0.0.59 → 0.0.60

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 (123) hide show
  1. package/js/metalstack/admin/v2/audit_pb.d.ts +8 -8
  2. package/js/metalstack/admin/v2/audit_pb.js +1 -1
  3. package/js/metalstack/admin/v2/audit_pb.ts +8 -8
  4. package/js/metalstack/admin/v2/component_pb.d.ts +14 -14
  5. package/js/metalstack/admin/v2/component_pb.js +1 -1
  6. package/js/metalstack/admin/v2/component_pb.ts +14 -14
  7. package/js/metalstack/admin/v2/filesystem_pb.d.ts +15 -15
  8. package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
  9. package/js/metalstack/admin/v2/filesystem_pb.ts +15 -15
  10. package/js/metalstack/admin/v2/image_pb.d.ts +20 -20
  11. package/js/metalstack/admin/v2/image_pb.js +1 -1
  12. package/js/metalstack/admin/v2/image_pb.ts +20 -20
  13. package/js/metalstack/admin/v2/ip_pb.d.ts +6 -6
  14. package/js/metalstack/admin/v2/ip_pb.js +1 -1
  15. package/js/metalstack/admin/v2/ip_pb.ts +6 -6
  16. package/js/metalstack/admin/v2/machine_pb.d.ts +10 -10
  17. package/js/metalstack/admin/v2/machine_pb.js +1 -1
  18. package/js/metalstack/admin/v2/machine_pb.ts +10 -10
  19. package/js/metalstack/admin/v2/network_pb.d.ts +25 -25
  20. package/js/metalstack/admin/v2/network_pb.js +1 -1
  21. package/js/metalstack/admin/v2/network_pb.ts +25 -25
  22. package/js/metalstack/admin/v2/partition_pb.d.ts +10 -11
  23. package/js/metalstack/admin/v2/partition_pb.js +2 -2
  24. package/js/metalstack/admin/v2/partition_pb.ts +11 -12
  25. package/js/metalstack/admin/v2/project_pb.d.ts +7 -7
  26. package/js/metalstack/admin/v2/project_pb.js +1 -1
  27. package/js/metalstack/admin/v2/project_pb.ts +7 -7
  28. package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +21 -21
  29. package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
  30. package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +21 -21
  31. package/js/metalstack/admin/v2/size_pb.d.ts +13 -13
  32. package/js/metalstack/admin/v2/size_pb.js +1 -1
  33. package/js/metalstack/admin/v2/size_pb.ts +13 -13
  34. package/js/metalstack/admin/v2/size_reservation_pb.d.ts +17 -17
  35. package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
  36. package/js/metalstack/admin/v2/size_reservation_pb.ts +17 -17
  37. package/js/metalstack/admin/v2/switch_pb.d.ts +51 -51
  38. package/js/metalstack/admin/v2/switch_pb.js +1 -1
  39. package/js/metalstack/admin/v2/switch_pb.ts +51 -51
  40. package/js/metalstack/admin/v2/task_pb.d.ts +58 -58
  41. package/js/metalstack/admin/v2/task_pb.js +10 -10
  42. package/js/metalstack/admin/v2/task_pb.ts +58 -58
  43. package/js/metalstack/admin/v2/tenant_pb.d.ts +14 -14
  44. package/js/metalstack/admin/v2/tenant_pb.js +1 -1
  45. package/js/metalstack/admin/v2/tenant_pb.ts +14 -14
  46. package/js/metalstack/admin/v2/token_pb.d.ts +13 -13
  47. package/js/metalstack/admin/v2/token_pb.js +1 -1
  48. package/js/metalstack/admin/v2/token_pb.ts +13 -13
  49. package/js/metalstack/admin/v2/vpn_pb.d.ts +20 -20
  50. package/js/metalstack/admin/v2/vpn_pb.js +1 -1
  51. package/js/metalstack/admin/v2/vpn_pb.ts +20 -20
  52. package/js/metalstack/api/v2/audit_pb.d.ts +14 -14
  53. package/js/metalstack/api/v2/audit_pb.js +3 -3
  54. package/js/metalstack/api/v2/audit_pb.ts +14 -14
  55. package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
  56. package/js/metalstack/api/v2/filesystem_pb.js +1 -1
  57. package/js/metalstack/api/v2/filesystem_pb.ts +4 -4
  58. package/js/metalstack/api/v2/health_pb.d.ts +20 -20
  59. package/js/metalstack/api/v2/health_pb.js +9 -9
  60. package/js/metalstack/api/v2/health_pb.ts +20 -20
  61. package/js/metalstack/api/v2/image_pb.d.ts +10 -4
  62. package/js/metalstack/api/v2/image_pb.js +2 -2
  63. package/js/metalstack/api/v2/image_pb.ts +12 -5
  64. package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
  65. package/js/metalstack/api/v2/ip_pb.js +1 -1
  66. package/js/metalstack/api/v2/ip_pb.ts +6 -6
  67. package/js/metalstack/api/v2/machine_pb.d.ts +8 -8
  68. package/js/metalstack/api/v2/machine_pb.js +2 -2
  69. package/js/metalstack/api/v2/machine_pb.ts +9 -9
  70. package/js/metalstack/api/v2/method_pb.d.ts +11 -11
  71. package/js/metalstack/api/v2/method_pb.js +2 -2
  72. package/js/metalstack/api/v2/method_pb.ts +11 -11
  73. package/js/metalstack/api/v2/network_pb.d.ts +7 -7
  74. package/js/metalstack/api/v2/network_pb.js +1 -1
  75. package/js/metalstack/api/v2/network_pb.ts +7 -7
  76. package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
  77. package/js/metalstack/api/v2/partition_pb.js +2 -2
  78. package/js/metalstack/api/v2/partition_pb.ts +4 -4
  79. package/js/metalstack/api/v2/predefined_rules_pb.d.ts +9 -3
  80. package/js/metalstack/api/v2/predefined_rules_pb.js +11 -5
  81. package/js/metalstack/api/v2/predefined_rules_pb.ts +13 -5
  82. package/js/metalstack/api/v2/project_pb.d.ts +3 -3
  83. package/js/metalstack/api/v2/project_pb.js +1 -1
  84. package/js/metalstack/api/v2/project_pb.ts +3 -3
  85. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
  86. package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
  87. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +2 -2
  88. package/js/metalstack/api/v2/size_pb.d.ts +3 -3
  89. package/js/metalstack/api/v2/size_pb.js +1 -1
  90. package/js/metalstack/api/v2/size_pb.ts +3 -3
  91. package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
  92. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  93. package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
  94. package/js/metalstack/api/v2/tenant_pb.d.ts +3 -3
  95. package/js/metalstack/api/v2/tenant_pb.js +1 -1
  96. package/js/metalstack/api/v2/tenant_pb.ts +3 -3
  97. package/js/metalstack/api/v2/token_pb.d.ts +7 -7
  98. package/js/metalstack/api/v2/token_pb.js +1 -1
  99. package/js/metalstack/api/v2/token_pb.ts +7 -7
  100. package/js/metalstack/api/v2/user_pb.d.ts +7 -7
  101. package/js/metalstack/api/v2/user_pb.js +1 -1
  102. package/js/metalstack/api/v2/user_pb.ts +7 -7
  103. package/js/metalstack/api/v2/version_pb.d.ts +6 -6
  104. package/js/metalstack/api/v2/version_pb.js +1 -1
  105. package/js/metalstack/api/v2/version_pb.ts +6 -6
  106. package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
  107. package/js/metalstack/api/v2/vpn_pb.ts +4 -4
  108. package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
  109. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  110. package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
  111. package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
  112. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  113. package/js/metalstack/infra/v2/boot_pb.ts +7 -7
  114. package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
  115. package/js/metalstack/infra/v2/component_pb.js +1 -1
  116. package/js/metalstack/infra/v2/component_pb.ts +7 -10
  117. package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
  118. package/js/metalstack/infra/v2/event_pb.js +13 -13
  119. package/js/metalstack/infra/v2/event_pb.ts +22 -22
  120. package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
  121. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  122. package/js/metalstack/infra/v2/switch_pb.ts +22 -22
  123. package/package.json +1 -1
@@ -20,13 +20,13 @@ export const file_metalstack_infra_v2_switch: GenFile = /*@__PURE__*/
20
20
  fileDesc("CiBtZXRhbHN0YWNrL2luZnJhL3YyL3N3aXRjaC5wcm90bxITbWV0YWxzdGFjay5pbmZyYS52MiI0ChdTd2l0Y2hTZXJ2aWNlR2V0UmVxdWVzdBIZCgJpZBgBIAEoCUINukgKcgjAs66xAgFoASJFChhTd2l0Y2hTZXJ2aWNlR2V0UmVzcG9uc2USKQoGc3dpdGNoGAEgASgLMhkubWV0YWxzdGFjay5hcGkudjIuU3dpdGNoIkkKHFN3aXRjaFNlcnZpY2VSZWdpc3RlclJlcXVlc3QSKQoGc3dpdGNoGAEgASgLMhkubWV0YWxzdGFjay5hcGkudjIuU3dpdGNoIkoKHVN3aXRjaFNlcnZpY2VSZWdpc3RlclJlc3BvbnNlEikKBnN3aXRjaBgBIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLlN3aXRjaCLzAwodU3dpdGNoU2VydmljZUhlYXJ0YmVhdFJlcXVlc3QSGQoCaWQYASABKAlCDbpICnIIwLOusQIBaAESKwoIZHVyYXRpb24YAiABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SEgoFZXJyb3IYAyABKAlIAIgBARJXCgtwb3J0X3N0YXRlcxgEIAMoCzJCLm1ldGFsc3RhY2suaW5mcmEudjIuU3dpdGNoU2VydmljZUhlYXJ0YmVhdFJlcXVlc3QuUG9ydFN0YXRlc0VudHJ5El4KD2JncF9wb3J0X3N0YXRlcxgFIAMoCzJFLm1ldGFsc3RhY2suaW5mcmEudjIuU3dpdGNoU2VydmljZUhlYXJ0YmVhdFJlcXVlc3QuQmdwUG9ydFN0YXRlc0VudHJ5GlYKD1BvcnRTdGF0ZXNFbnRyeRILCgNrZXkYASABKAkSMgoFdmFsdWUYAiABKA4yIy5tZXRhbHN0YWNrLmFwaS52Mi5Td2l0Y2hQb3J0U3RhdHVzOgI4ARpbChJCZ3BQb3J0U3RhdGVzRW50cnkSCwoDa2V5GAEgASgJEjQKBXZhbHVlGAIgASgLMiUubWV0YWxzdGFjay5hcGkudjIuU3dpdGNoQkdQUG9ydFN0YXRlOgI4AUIICgZfZXJyb3IilgEKHlN3aXRjaFNlcnZpY2VIZWFydGJlYXRSZXNwb25zZRIKCgJpZBgBIAEoCRIwCglsYXN0X3N5bmMYAiABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5Td2l0Y2hTeW5jEjYKD2xhc3Rfc3luY19lcnJvchgDIAEoCzIdLm1ldGFsc3RhY2suYXBpLnYyLlN3aXRjaFN5bmMy/gIKDVN3aXRjaFNlcnZpY2USbgoDR2V0EiwubWV0YWxzdGFjay5pbmZyYS52Mi5Td2l0Y2hTZXJ2aWNlR2V0UmVxdWVzdBotLm1ldGFsc3RhY2suaW5mcmEudjIuU3dpdGNoU2VydmljZUdldFJlc3BvbnNlIgrg8xgC6vMYAgECEnwKCFJlZ2lzdGVyEjEubWV0YWxzdGFjay5pbmZyYS52Mi5Td2l0Y2hTZXJ2aWNlUmVnaXN0ZXJSZXF1ZXN0GjIubWV0YWxzdGFjay5pbmZyYS52Mi5Td2l0Y2hTZXJ2aWNlUmVnaXN0ZXJSZXNwb25zZSIJ4PMYAurzGAEBEn8KCUhlYXJ0YmVhdBIyLm1ldGFsc3RhY2suaW5mcmEudjIuU3dpdGNoU2VydmljZUhlYXJ0YmVhdFJlcXVlc3QaMy5tZXRhbHN0YWNrLmluZnJhLnYyLlN3aXRjaFNlcnZpY2VIZWFydGJlYXRSZXNwb25zZSIJ4PMYAurzGAEBQs8BChdjb20ubWV0YWxzdGFjay5pbmZyYS52MkILU3dpdGNoUHJvdG9QAVo5Z2l0aHViLmNvbS9tZXRhbC1zdGFjay9hcGkvZ28vbWV0YWxzdGFjay9pbmZyYS92MjtpbmZyYXYyogIDTUlYqgITTWV0YWxzdGFjay5JbmZyYS5WMsoCE01ldGFsc3RhY2tcSW5mcmFcVjLiAh9NZXRhbHN0YWNrXEluZnJhXFYyXEdQQk1ldGFkYXRh6gIVTWV0YWxzdGFjazo6SW5mcmE6OlYyYgZwcm90bzM", [file_buf_validate_validate, file_google_protobuf_duration, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules, file_metalstack_api_v2_switch]);
21
21
 
22
22
  /**
23
- * SwitchServiceGetRequest.
23
+ * SwitchServiceGetRequest is the request payload for getting a switch.
24
24
  *
25
25
  * @generated from message metalstack.infra.v2.SwitchServiceGetRequest
26
26
  */
27
27
  export type SwitchServiceGetRequest = Message<"metalstack.infra.v2.SwitchServiceGetRequest"> & {
28
28
  /**
29
- * Id of the switch.
29
+ * Id of the switch
30
30
  *
31
31
  * @generated from field: string id = 1;
32
32
  */
@@ -41,13 +41,13 @@ export const SwitchServiceGetRequestSchema: GenMessage<SwitchServiceGetRequest>
41
41
  messageDesc(file_metalstack_infra_v2_switch, 0);
42
42
 
43
43
  /**
44
- * SwitchServiceGetResponse.
44
+ * SwitchServiceGetResponse is the response payload for getting a switch.
45
45
  *
46
46
  * @generated from message metalstack.infra.v2.SwitchServiceGetResponse
47
47
  */
48
48
  export type SwitchServiceGetResponse = Message<"metalstack.infra.v2.SwitchServiceGetResponse"> & {
49
49
  /**
50
- * Switch that was requested.
50
+ * Switch contains the requested switch
51
51
  *
52
52
  * @generated from field: metalstack.api.v2.Switch switch = 1;
53
53
  */
@@ -62,13 +62,13 @@ export const SwitchServiceGetResponseSchema: GenMessage<SwitchServiceGetResponse
62
62
  messageDesc(file_metalstack_infra_v2_switch, 1);
63
63
 
64
64
  /**
65
- * SwitchServiceRegisterRequest.
65
+ * SwitchServiceRegisterRequest is the request payload for registering a switch.
66
66
  *
67
67
  * @generated from message metalstack.infra.v2.SwitchServiceRegisterRequest
68
68
  */
69
69
  export type SwitchServiceRegisterRequest = Message<"metalstack.infra.v2.SwitchServiceRegisterRequest"> & {
70
70
  /**
71
- * Switch to register.
71
+ * Switch to register
72
72
  *
73
73
  * @generated from field: metalstack.api.v2.Switch switch = 1;
74
74
  */
@@ -83,13 +83,13 @@ export const SwitchServiceRegisterRequestSchema: GenMessage<SwitchServiceRegiste
83
83
  messageDesc(file_metalstack_infra_v2_switch, 2);
84
84
 
85
85
  /**
86
- * SwitchServiceRegisterResponse.
86
+ * SwitchServiceRegisterResponse is the response payload for registering a switch.
87
87
  *
88
88
  * @generated from message metalstack.infra.v2.SwitchServiceRegisterResponse
89
89
  */
90
90
  export type SwitchServiceRegisterResponse = Message<"metalstack.infra.v2.SwitchServiceRegisterResponse"> & {
91
91
  /**
92
- * Switch that was registered.
92
+ * Switch contains the registered switch
93
93
  *
94
94
  * @generated from field: metalstack.api.v2.Switch switch = 1;
95
95
  */
@@ -104,41 +104,41 @@ export const SwitchServiceRegisterResponseSchema: GenMessage<SwitchServiceRegist
104
104
  messageDesc(file_metalstack_infra_v2_switch, 3);
105
105
 
106
106
  /**
107
- * SwitchServiceHeartbeatRequest.
107
+ * SwitchServiceHeartbeatRequest is the request payload for sending a switch heartbeat.
108
108
  *
109
109
  * @generated from message metalstack.infra.v2.SwitchServiceHeartbeatRequest
110
110
  */
111
111
  export type SwitchServiceHeartbeatRequest = Message<"metalstack.infra.v2.SwitchServiceHeartbeatRequest"> & {
112
112
  /**
113
- * Id of the switch.
113
+ * Id of the switch
114
114
  *
115
115
  * @generated from field: string id = 1;
116
116
  */
117
117
  id: string;
118
118
 
119
119
  /**
120
- * Duration of the sync.
120
+ * Duration of the sync
121
121
  *
122
122
  * @generated from field: google.protobuf.Duration duration = 2;
123
123
  */
124
124
  duration?: Duration;
125
125
 
126
126
  /**
127
- * Error if any occurred during the sync.
127
+ * Error if any occurred during the sync
128
128
  *
129
129
  * @generated from field: optional string error = 3;
130
130
  */
131
131
  error?: string;
132
132
 
133
133
  /**
134
- * PortStates maps port identifiers to the respective port's operational state.
134
+ * PortStates maps port identifiers to the respective port's operational state
135
135
  *
136
136
  * @generated from field: map<string, metalstack.api.v2.SwitchPortStatus> port_states = 4;
137
137
  */
138
138
  portStates: { [key: string]: SwitchPortStatus };
139
139
 
140
140
  /**
141
- * BgpPortStates maps port identifiers to the respective port's BGP state.
141
+ * BgpPortStates maps port identifiers to the respective port's BGP state
142
142
  *
143
143
  * @generated from field: map<string, metalstack.api.v2.SwitchBGPPortState> bgp_port_states = 5;
144
144
  */
@@ -153,27 +153,27 @@ export const SwitchServiceHeartbeatRequestSchema: GenMessage<SwitchServiceHeartb
153
153
  messageDesc(file_metalstack_infra_v2_switch, 4);
154
154
 
155
155
  /**
156
- * SwitchServiceHeartbeatResponse.
156
+ * SwitchServiceHeartbeatResponse is the response payload for sending a switch heartbeat.
157
157
  *
158
158
  * @generated from message metalstack.infra.v2.SwitchServiceHeartbeatResponse
159
159
  */
160
160
  export type SwitchServiceHeartbeatResponse = Message<"metalstack.infra.v2.SwitchServiceHeartbeatResponse"> & {
161
161
  /**
162
- * Id of the switch.
162
+ * Id of the switch
163
163
  *
164
164
  * @generated from field: string id = 1;
165
165
  */
166
166
  id: string;
167
167
 
168
168
  /**
169
- * LastSync holds information about the last sync.
169
+ * LastSync holds information about the last sync
170
170
  *
171
171
  * @generated from field: metalstack.api.v2.SwitchSync last_sync = 2;
172
172
  */
173
173
  lastSync?: SwitchSync;
174
174
 
175
175
  /**
176
- * LastSyncError holds information about the last erroneous sync.
176
+ * LastSyncError holds information about the last erroneous sync
177
177
  *
178
178
  * @generated from field: metalstack.api.v2.SwitchSync last_sync_error = 3;
179
179
  */
@@ -188,13 +188,13 @@ export const SwitchServiceHeartbeatResponseSchema: GenMessage<SwitchServiceHeart
188
188
  messageDesc(file_metalstack_infra_v2_switch, 5);
189
189
 
190
190
  /**
191
- * SwitchService serves switch related functions.
191
+ * SwitchService provides infrastructure switch management operations.
192
192
  *
193
193
  * @generated from service metalstack.infra.v2.SwitchService
194
194
  */
195
195
  export const SwitchService: GenService<{
196
196
  /**
197
- * Get a switch by ID.
197
+ * Returns the switch with the specified ID.
198
198
  *
199
199
  * @generated from rpc metalstack.infra.v2.SwitchService.Get
200
200
  */
@@ -204,7 +204,7 @@ export const SwitchService: GenService<{
204
204
  output: typeof SwitchServiceGetResponseSchema;
205
205
  },
206
206
  /**
207
- * Register a switch.
207
+ * Registers a switch.
208
208
  *
209
209
  * @generated from rpc metalstack.infra.v2.SwitchService.Register
210
210
  */
@@ -214,7 +214,7 @@ export const SwitchService: GenService<{
214
214
  output: typeof SwitchServiceRegisterResponseSchema;
215
215
  },
216
216
  /**
217
- * Heartbeat a switch.
217
+ * Heartbeat sends a heartbeat from a switch.
218
218
  *
219
219
  * @generated from rpc metalstack.infra.v2.SwitchService.Heartbeat
220
220
  */
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "js/*"
21
21
  ],
22
- "version": "0.0.59"
22
+ "version": "0.0.60"
23
23
  }