@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
@@ -248,13 +248,13 @@ export const SizeReservationQuerySchema: GenMessage<SizeReservationQuery> = /*@_
248
248
  messageDesc(file_metalstack_api_v2_size_reservation, 5);
249
249
 
250
250
  /**
251
- * SizeReservationService serves size reservation related functions
251
+ * SizeReservationService provides size reservation management operations.
252
252
  *
253
253
  * @generated from service metalstack.api.v2.SizeReservationService
254
254
  */
255
255
  export const SizeReservationService: GenService<{
256
256
  /**
257
- * Get a size reservation
257
+ * Returns the size reservation with the specified ID.
258
258
  *
259
259
  * @generated from rpc metalstack.api.v2.SizeReservationService.Get
260
260
  */
@@ -264,7 +264,7 @@ export const SizeReservationService: GenService<{
264
264
  output: typeof SizeReservationServiceGetResponseSchema;
265
265
  },
266
266
  /**
267
- * List size reservations
267
+ * Returns the list of size reservations.
268
268
  *
269
269
  * @generated from rpc metalstack.api.v2.SizeReservationService.List
270
270
  */
@@ -726,13 +726,13 @@ export type TenantServiceUpdateMemberResponse = Message<"metalstack.api.v2.Tenan
726
726
  */
727
727
  export declare const TenantServiceUpdateMemberResponseSchema: GenMessage<TenantServiceUpdateMemberResponse>;
728
728
  /**
729
- * TenantService serves tenant related functions
729
+ * TenantService provides tenant management operations.
730
730
  *
731
731
  * @generated from service metalstack.api.v2.TenantService
732
732
  */
733
733
  export declare const TenantService: GenService<{
734
734
  /**
735
- * Create a tenant
735
+ * Creates a new tenant.
736
736
  *
737
737
  * @generated from rpc metalstack.api.v2.TenantService.Create
738
738
  */
@@ -742,7 +742,7 @@ export declare const TenantService: GenService<{
742
742
  output: typeof TenantServiceCreateResponseSchema;
743
743
  };
744
744
  /**
745
- * List tenants
745
+ * Returns the list of tenants.
746
746
  *
747
747
  * @generated from rpc metalstack.api.v2.TenantService.List
748
748
  */
@@ -156,7 +156,7 @@ export const TenantServiceUpdateMemberRequestSchema = /*@__PURE__*/ messageDesc(
156
156
  */
157
157
  export const TenantServiceUpdateMemberResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_tenant, 28);
158
158
  /**
159
- * TenantService serves tenant related functions
159
+ * TenantService provides tenant management operations.
160
160
  *
161
161
  * @generated from service metalstack.api.v2.TenantService
162
162
  */
@@ -864,13 +864,13 @@ export const TenantServiceUpdateMemberResponseSchema: GenMessage<TenantServiceUp
864
864
  messageDesc(file_metalstack_api_v2_tenant, 28);
865
865
 
866
866
  /**
867
- * TenantService serves tenant related functions
867
+ * TenantService provides tenant management operations.
868
868
  *
869
869
  * @generated from service metalstack.api.v2.TenantService
870
870
  */
871
871
  export const TenantService: GenService<{
872
872
  /**
873
- * Create a tenant
873
+ * Creates a new tenant.
874
874
  *
875
875
  * @generated from rpc metalstack.api.v2.TenantService.Create
876
876
  */
@@ -880,7 +880,7 @@ export const TenantService: GenService<{
880
880
  output: typeof TenantServiceCreateResponseSchema;
881
881
  },
882
882
  /**
883
- * List tenants
883
+ * Returns the list of tenants.
884
884
  *
885
885
  * @generated from rpc metalstack.api.v2.TenantService.List
886
886
  */
@@ -497,13 +497,13 @@ export declare enum TokenType {
497
497
  */
498
498
  export declare const TokenTypeSchema: GenEnum<TokenType>;
499
499
  /**
500
- * TokenService serves token related functions
500
+ * TokenService provides token management operations.
501
501
  *
502
502
  * @generated from service metalstack.api.v2.TokenService
503
503
  */
504
504
  export declare const TokenService: GenService<{
505
505
  /**
506
- * Get a token
506
+ * Returns the token with the specified UUID.
507
507
  *
508
508
  * @generated from rpc metalstack.api.v2.TokenService.Get
509
509
  */
@@ -513,7 +513,7 @@ export declare const TokenService: GenService<{
513
513
  output: typeof TokenServiceGetResponseSchema;
514
514
  };
515
515
  /**
516
- * Create a token to authenticate against the platform, the secret will be only visible in the response.
516
+ * Creates a token to authenticate against the platform, the secret will be only visible in the response.
517
517
  *
518
518
  * @generated from rpc metalstack.api.v2.TokenService.Create
519
519
  */
@@ -523,7 +523,7 @@ export declare const TokenService: GenService<{
523
523
  output: typeof TokenServiceCreateResponseSchema;
524
524
  };
525
525
  /**
526
- * Update a token
526
+ * Updates a token.
527
527
  *
528
528
  * @generated from rpc metalstack.api.v2.TokenService.Update
529
529
  */
@@ -533,7 +533,7 @@ export declare const TokenService: GenService<{
533
533
  output: typeof TokenServiceUpdateResponseSchema;
534
534
  };
535
535
  /**
536
- * List all your tokens
536
+ * Returns the list of all user tokens.
537
537
  *
538
538
  * @generated from rpc metalstack.api.v2.TokenService.List
539
539
  */
@@ -543,7 +543,7 @@ export declare const TokenService: GenService<{
543
543
  output: typeof TokenServiceListResponseSchema;
544
544
  };
545
545
  /**
546
- * Revoke a token, no further usage is possible afterwards
546
+ * Revokes a token, no further usage is possible afterwards.
547
547
  *
548
548
  * @generated from rpc metalstack.api.v2.TokenService.Revoke
549
549
  */
@@ -553,7 +553,7 @@ export declare const TokenService: GenService<{
553
553
  output: typeof TokenServiceRevokeResponseSchema;
554
554
  };
555
555
  /**
556
- * Refresh a token, this will create a new token with the exact same permissions as the calling token contains
556
+ * Refreshes a token, this will create a new token with the exact same permissions as the calling token contains.
557
557
  *
558
558
  * @generated from rpc metalstack.api.v2.TokenService.Refresh
559
559
  */
@@ -111,7 +111,7 @@ export var TokenType;
111
111
  */
112
112
  export const TokenTypeSchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_token, 0);
113
113
  /**
114
- * TokenService serves token related functions
114
+ * TokenService provides token management operations.
115
115
  *
116
116
  * @generated from service metalstack.api.v2.TokenService
117
117
  */
@@ -573,13 +573,13 @@ export const TokenTypeSchema: GenEnum<TokenType> = /*@__PURE__*/
573
573
  enumDesc(file_metalstack_api_v2_token, 0);
574
574
 
575
575
  /**
576
- * TokenService serves token related functions
576
+ * TokenService provides token management operations.
577
577
  *
578
578
  * @generated from service metalstack.api.v2.TokenService
579
579
  */
580
580
  export const TokenService: GenService<{
581
581
  /**
582
- * Get a token
582
+ * Returns the token with the specified UUID.
583
583
  *
584
584
  * @generated from rpc metalstack.api.v2.TokenService.Get
585
585
  */
@@ -589,7 +589,7 @@ export const TokenService: GenService<{
589
589
  output: typeof TokenServiceGetResponseSchema;
590
590
  },
591
591
  /**
592
- * Create a token to authenticate against the platform, the secret will be only visible in the response.
592
+ * Creates a token to authenticate against the platform, the secret will be only visible in the response.
593
593
  *
594
594
  * @generated from rpc metalstack.api.v2.TokenService.Create
595
595
  */
@@ -599,7 +599,7 @@ export const TokenService: GenService<{
599
599
  output: typeof TokenServiceCreateResponseSchema;
600
600
  },
601
601
  /**
602
- * Update a token
602
+ * Updates a token.
603
603
  *
604
604
  * @generated from rpc metalstack.api.v2.TokenService.Update
605
605
  */
@@ -609,7 +609,7 @@ export const TokenService: GenService<{
609
609
  output: typeof TokenServiceUpdateResponseSchema;
610
610
  },
611
611
  /**
612
- * List all your tokens
612
+ * Returns the list of all user tokens.
613
613
  *
614
614
  * @generated from rpc metalstack.api.v2.TokenService.List
615
615
  */
@@ -619,7 +619,7 @@ export const TokenService: GenService<{
619
619
  output: typeof TokenServiceListResponseSchema;
620
620
  },
621
621
  /**
622
- * Revoke a token, no further usage is possible afterwards
622
+ * Revokes a token, no further usage is possible afterwards.
623
623
  *
624
624
  * @generated from rpc metalstack.api.v2.TokenService.Revoke
625
625
  */
@@ -629,7 +629,7 @@ export const TokenService: GenService<{
629
629
  output: typeof TokenServiceRevokeResponseSchema;
630
630
  },
631
631
  /**
632
- * Refresh a token, this will create a new token with the exact same permissions as the calling token contains
632
+ * Refreshes a token, this will create a new token with the exact same permissions as the calling token contains.
633
633
  *
634
634
  * @generated from rpc metalstack.api.v2.TokenService.Refresh
635
635
  */
@@ -7,13 +7,13 @@ import type { Message } from "@bufbuild/protobuf";
7
7
  */
8
8
  export declare const file_metalstack_api_v2_user: GenFile;
9
9
  /**
10
- * User is a end user of the platform
10
+ * User represents an end user of the platform.
11
11
  *
12
12
  * @generated from message metalstack.api.v2.User
13
13
  */
14
14
  export type User = Message<"metalstack.api.v2.User"> & {
15
15
  /**
16
- * Login the login at the provider
16
+ * Login is the login at the provider
17
17
  *
18
18
  * @generated from field: string login = 1;
19
19
  */
@@ -61,7 +61,7 @@ export type User = Message<"metalstack.api.v2.User"> & {
61
61
  */
62
62
  export declare const UserSchema: GenMessage<User>;
63
63
  /**
64
- * UserServiceGetRequest is the request to get the user
64
+ * UserServiceGetRequest is the request payload for getting the user.
65
65
  *
66
66
  * @generated from message metalstack.api.v2.UserServiceGetRequest
67
67
  */
@@ -72,13 +72,13 @@ export type UserServiceGetRequest = Message<"metalstack.api.v2.UserServiceGetReq
72
72
  */
73
73
  export declare const UserServiceGetRequestSchema: GenMessage<UserServiceGetRequest>;
74
74
  /**
75
- * UserServiceGetResponse the response when userservice get request was called
75
+ * UserServiceGetResponse is the response payload for getting the user.
76
76
  *
77
77
  * @generated from message metalstack.api.v2.UserServiceGetResponse
78
78
  */
79
79
  export type UserServiceGetResponse = Message<"metalstack.api.v2.UserServiceGetResponse"> & {
80
80
  /**
81
- * User is the user
81
+ * User contains the authenticated user
82
82
  *
83
83
  * @generated from field: metalstack.api.v2.User user = 1;
84
84
  */
@@ -90,13 +90,13 @@ export type UserServiceGetResponse = Message<"metalstack.api.v2.UserServiceGetRe
90
90
  */
91
91
  export declare const UserServiceGetResponseSchema: GenMessage<UserServiceGetResponse>;
92
92
  /**
93
- * UserService exposes rpc calls for users
93
+ * UserService provides user information operations.
94
94
  *
95
95
  * @generated from service metalstack.api.v2.UserService
96
96
  */
97
97
  export declare const UserService: GenService<{
98
98
  /**
99
- * Get a User
99
+ * Returns the authenticated user.
100
100
  *
101
101
  * @generated from rpc metalstack.api.v2.UserService.Get
102
102
  */
@@ -27,7 +27,7 @@ export const UserServiceGetRequestSchema = /*@__PURE__*/ messageDesc(file_metals
27
27
  */
28
28
  export const UserServiceGetResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_user, 2);
29
29
  /**
30
- * UserService exposes rpc calls for users
30
+ * UserService provides user information operations.
31
31
  *
32
32
  * @generated from service metalstack.api.v2.UserService
33
33
  */
@@ -20,13 +20,13 @@ export const file_metalstack_api_v2_user: GenFile = /*@__PURE__*/
20
20
  fileDesc("ChxtZXRhbHN0YWNrL2FwaS92Mi91c2VyLnByb3RvEhFtZXRhbHN0YWNrLmFwaS52MiLgAQoEVXNlchINCgVsb2dpbhgBIAEoCRIZCgRuYW1lGAIgASgJQgu6SAhyBsCzrrECARINCgVlbWFpbBgDIAEoCRISCgphdmF0YXJfdXJsGAQgASgJEioKB3RlbmFudHMYBSADKAsyGS5tZXRhbHN0YWNrLmFwaS52Mi5UZW5hbnQSLAoIcHJvamVjdHMYBiADKAsyGi5tZXRhbHN0YWNrLmFwaS52Mi5Qcm9qZWN0EjEKDmRlZmF1bHRfdGVuYW50GAcgASgLMhkubWV0YWxzdGFjay5hcGkudjIuVGVuYW50IhcKFVVzZXJTZXJ2aWNlR2V0UmVxdWVzdCI/ChZVc2VyU2VydmljZUdldFJlc3BvbnNlEiUKBHVzZXIYASABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5Vc2VyMnMKC1VzZXJTZXJ2aWNlEmQKA0dldBIoLm1ldGFsc3RhY2suYXBpLnYyLlVzZXJTZXJ2aWNlR2V0UmVxdWVzdBopLm1ldGFsc3RhY2suYXBpLnYyLlVzZXJTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAPg8xgBQr8BChVjb20ubWV0YWxzdGFjay5hcGkudjJCCVVzZXJQcm90b1ABWjVnaXRodWIuY29tL21ldGFsLXN0YWNrL2FwaS9nby9tZXRhbHN0YWNrL2FwaS92MjthcGl2MqICA01BWKoCEU1ldGFsc3RhY2suQXBpLlYyygIRTWV0YWxzdGFja1xBcGlcVjLiAh1NZXRhbHN0YWNrXEFwaVxWMlxHUEJNZXRhZGF0YeoCE01ldGFsc3RhY2s6OkFwaTo6VjJiBnByb3RvMw", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules, file_metalstack_api_v2_project, file_metalstack_api_v2_tenant]);
21
21
 
22
22
  /**
23
- * User is a end user of the platform
23
+ * User represents an end user of the platform.
24
24
  *
25
25
  * @generated from message metalstack.api.v2.User
26
26
  */
27
27
  export type User = Message<"metalstack.api.v2.User"> & {
28
28
  /**
29
- * Login the login at the provider
29
+ * Login is the login at the provider
30
30
  *
31
31
  * @generated from field: string login = 1;
32
32
  */
@@ -83,7 +83,7 @@ export const UserSchema: GenMessage<User> = /*@__PURE__*/
83
83
  messageDesc(file_metalstack_api_v2_user, 0);
84
84
 
85
85
  /**
86
- * UserServiceGetRequest is the request to get the user
86
+ * UserServiceGetRequest is the request payload for getting the user.
87
87
  *
88
88
  * @generated from message metalstack.api.v2.UserServiceGetRequest
89
89
  */
@@ -98,13 +98,13 @@ export const UserServiceGetRequestSchema: GenMessage<UserServiceGetRequest> = /*
98
98
  messageDesc(file_metalstack_api_v2_user, 1);
99
99
 
100
100
  /**
101
- * UserServiceGetResponse the response when userservice get request was called
101
+ * UserServiceGetResponse is the response payload for getting the user.
102
102
  *
103
103
  * @generated from message metalstack.api.v2.UserServiceGetResponse
104
104
  */
105
105
  export type UserServiceGetResponse = Message<"metalstack.api.v2.UserServiceGetResponse"> & {
106
106
  /**
107
- * User is the user
107
+ * User contains the authenticated user
108
108
  *
109
109
  * @generated from field: metalstack.api.v2.User user = 1;
110
110
  */
@@ -119,13 +119,13 @@ export const UserServiceGetResponseSchema: GenMessage<UserServiceGetResponse> =
119
119
  messageDesc(file_metalstack_api_v2_user, 2);
120
120
 
121
121
  /**
122
- * UserService exposes rpc calls for users
122
+ * UserService provides user information operations.
123
123
  *
124
124
  * @generated from service metalstack.api.v2.UserService
125
125
  */
126
126
  export const UserService: GenService<{
127
127
  /**
128
- * Get a User
128
+ * Returns the authenticated user.
129
129
  *
130
130
  * @generated from rpc metalstack.api.v2.UserService.Get
131
131
  */
@@ -5,7 +5,7 @@ import type { Message } from "@bufbuild/protobuf";
5
5
  */
6
6
  export declare const file_metalstack_api_v2_version: GenFile;
7
7
  /**
8
- * Version of the application
8
+ * Version represents the version of the application.
9
9
  *
10
10
  * @generated from message metalstack.api.v2.Version
11
11
  */
@@ -41,7 +41,7 @@ export type Version = Message<"metalstack.api.v2.Version"> & {
41
41
  */
42
42
  export declare const VersionSchema: GenMessage<Version>;
43
43
  /**
44
- * VersionServiceGetRequest is the request payload to get the version
44
+ * VersionServiceGetRequest is the request payload for getting the version.
45
45
  *
46
46
  * @generated from message metalstack.api.v2.VersionServiceGetRequest
47
47
  */
@@ -52,13 +52,13 @@ export type VersionServiceGetRequest = Message<"metalstack.api.v2.VersionService
52
52
  */
53
53
  export declare const VersionServiceGetRequestSchema: GenMessage<VersionServiceGetRequest>;
54
54
  /**
55
- * VersionServiceGetResponse is the response payload with the version
55
+ * VersionServiceGetResponse is the response payload for getting the version.
56
56
  *
57
57
  * @generated from message metalstack.api.v2.VersionServiceGetResponse
58
58
  */
59
59
  export type VersionServiceGetResponse = Message<"metalstack.api.v2.VersionServiceGetResponse"> & {
60
60
  /**
61
- * Version of the application
61
+ * Version contains the version of the application
62
62
  *
63
63
  * @generated from field: metalstack.api.v2.Version version = 1;
64
64
  */
@@ -70,13 +70,13 @@ export type VersionServiceGetResponse = Message<"metalstack.api.v2.VersionServic
70
70
  */
71
71
  export declare const VersionServiceGetResponseSchema: GenMessage<VersionServiceGetResponse>;
72
72
  /**
73
- * VersionService serves version related functions
73
+ * VersionService provides version information operations.
74
74
  *
75
75
  * @generated from service metalstack.api.v2.VersionService
76
76
  */
77
77
  export declare const VersionService: GenService<{
78
78
  /**
79
- * Get the version
79
+ * Returns the version of the application.
80
80
  *
81
81
  * @generated from rpc metalstack.api.v2.VersionService.Get
82
82
  */
@@ -25,7 +25,7 @@ export const VersionServiceGetRequestSchema = /*@__PURE__*/ messageDesc(file_met
25
25
  */
26
26
  export const VersionServiceGetResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_version, 2);
27
27
  /**
28
- * VersionService serves version related functions
28
+ * VersionService provides version information operations.
29
29
  *
30
30
  * @generated from service metalstack.api.v2.VersionService
31
31
  */
@@ -16,7 +16,7 @@ export const file_metalstack_api_v2_version: GenFile = /*@__PURE__*/
16
16
  fileDesc("Ch9tZXRhbHN0YWNrL2FwaS92Mi92ZXJzaW9uLnByb3RvEhFtZXRhbHN0YWNrLmFwaS52MiKGAQoHVmVyc2lvbhIcCgd2ZXJzaW9uGAEgASgJQgu6SAhyBsizrrECARIdCghyZXZpc2lvbhgCIAEoCUILukgIcgbIs66xAgESHQoIZ2l0X3NoYTEYAyABKAlCC7pICHIGyLOusQIBEh8KCmJ1aWxkX2RhdGUYBCABKAlCC7pICHIGyLOusQIBIhoKGFZlcnNpb25TZXJ2aWNlR2V0UmVxdWVzdCJIChlWZXJzaW9uU2VydmljZUdldFJlc3BvbnNlEisKB3ZlcnNpb24YASABKAsyGi5tZXRhbHN0YWNrLmFwaS52Mi5WZXJzaW9uMnwKDlZlcnNpb25TZXJ2aWNlEmoKA0dldBIrLm1ldGFsc3RhY2suYXBpLnYyLlZlcnNpb25TZXJ2aWNlR2V0UmVxdWVzdBosLm1ldGFsc3RhY2suYXBpLnYyLlZlcnNpb25TZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAHg8xgCQsIBChVjb20ubWV0YWxzdGFjay5hcGkudjJCDFZlcnNpb25Qcm90b1ABWjVnaXRodWIuY29tL21ldGFsLXN0YWNrL2FwaS9nby9tZXRhbHN0YWNrL2FwaS92MjthcGl2MqICA01BWKoCEU1ldGFsc3RhY2suQXBpLlYyygIRTWV0YWxzdGFja1xBcGlcVjLiAh1NZXRhbHN0YWNrXEFwaVxWMlxHUEJNZXRhZGF0YeoCE01ldGFsc3RhY2s6OkFwaTo6VjJiBnByb3RvMw", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
17
17
 
18
18
  /**
19
- * Version of the application
19
+ * Version represents the version of the application.
20
20
  *
21
21
  * @generated from message metalstack.api.v2.Version
22
22
  */
@@ -58,7 +58,7 @@ export const VersionSchema: GenMessage<Version> = /*@__PURE__*/
58
58
  messageDesc(file_metalstack_api_v2_version, 0);
59
59
 
60
60
  /**
61
- * VersionServiceGetRequest is the request payload to get the version
61
+ * VersionServiceGetRequest is the request payload for getting the version.
62
62
  *
63
63
  * @generated from message metalstack.api.v2.VersionServiceGetRequest
64
64
  */
@@ -73,13 +73,13 @@ export const VersionServiceGetRequestSchema: GenMessage<VersionServiceGetRequest
73
73
  messageDesc(file_metalstack_api_v2_version, 1);
74
74
 
75
75
  /**
76
- * VersionServiceGetResponse is the response payload with the version
76
+ * VersionServiceGetResponse is the response payload for getting the version.
77
77
  *
78
78
  * @generated from message metalstack.api.v2.VersionServiceGetResponse
79
79
  */
80
80
  export type VersionServiceGetResponse = Message<"metalstack.api.v2.VersionServiceGetResponse"> & {
81
81
  /**
82
- * Version of the application
82
+ * Version contains the version of the application
83
83
  *
84
84
  * @generated from field: metalstack.api.v2.Version version = 1;
85
85
  */
@@ -94,13 +94,13 @@ export const VersionServiceGetResponseSchema: GenMessage<VersionServiceGetRespon
94
94
  messageDesc(file_metalstack_api_v2_version, 2);
95
95
 
96
96
  /**
97
- * VersionService serves version related functions
97
+ * VersionService provides version information operations.
98
98
  *
99
99
  * @generated from service metalstack.api.v2.VersionService
100
100
  */
101
101
  export const VersionService: GenService<{
102
102
  /**
103
- * Get the version
103
+ * Returns the version of the application.
104
104
  *
105
105
  * @generated from rpc metalstack.api.v2.VersionService.Get
106
106
  */
@@ -6,13 +6,13 @@ import type { Message } from "@bufbuild/protobuf";
6
6
  */
7
7
  export declare const file_metalstack_api_v2_vpn: GenFile;
8
8
  /**
9
- * VPNNode is a machine connected to the vpn
9
+ * VPNNode represents a machine connected to the VPN.
10
10
  *
11
11
  * @generated from message metalstack.api.v2.VPNNode
12
12
  */
13
13
  export type VPNNode = Message<"metalstack.api.v2.VPNNode"> & {
14
14
  /**
15
- * Id of this node
15
+ * ID of this node
16
16
  *
17
17
  * @generated from field: uint64 id = 1;
18
18
  */
@@ -30,13 +30,13 @@ export type VPNNode = Message<"metalstack.api.v2.VPNNode"> & {
30
30
  */
31
31
  project: string;
32
32
  /**
33
- * IPAddresses of this node in the vpn
33
+ * IPAddresses of this node in the VPN
34
34
  *
35
35
  * @generated from field: repeated string ip_addresses = 4;
36
36
  */
37
37
  ipAddresses: string[];
38
38
  /**
39
- * LastSeen timestamp when this node reached out the the control plane
39
+ * LastSeen timestamp when this node reached out to the control plane
40
40
  *
41
41
  * @generated from field: google.protobuf.Timestamp last_seen = 5;
42
42
  */
@@ -15,13 +15,13 @@ export const file_metalstack_api_v2_vpn: GenFile = /*@__PURE__*/
15
15
  fileDesc("ChttZXRhbHN0YWNrL2FwaS92Mi92cG4ucHJvdG8SEW1ldGFsc3RhY2suYXBpLnYyIokBCgdWUE5Ob2RlEgoKAmlkGAEgASgEEgwKBG5hbWUYAiABKAkSDwoHcHJvamVjdBgDIAEoCRIUCgxpcF9hZGRyZXNzZXMYBCADKAkSLQoJbGFzdF9zZWVuGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIOCgZvbmxpbmUYBiABKAhCvgEKFWNvbS5tZXRhbHN0YWNrLmFwaS52MkIIVnBuUHJvdG9QAVo1Z2l0aHViLmNvbS9tZXRhbC1zdGFjay9hcGkvZ28vbWV0YWxzdGFjay9hcGkvdjI7YXBpdjKiAgNNQViqAhFNZXRhbHN0YWNrLkFwaS5WMsoCEU1ldGFsc3RhY2tcQXBpXFYy4gIdTWV0YWxzdGFja1xBcGlcVjJcR1BCTWV0YWRhdGHqAhNNZXRhbHN0YWNrOjpBcGk6OlYyYgZwcm90bzM", [file_google_protobuf_timestamp]);
16
16
 
17
17
  /**
18
- * VPNNode is a machine connected to the vpn
18
+ * VPNNode represents a machine connected to the VPN.
19
19
  *
20
20
  * @generated from message metalstack.api.v2.VPNNode
21
21
  */
22
22
  export type VPNNode = Message<"metalstack.api.v2.VPNNode"> & {
23
23
  /**
24
- * Id of this node
24
+ * ID of this node
25
25
  *
26
26
  * @generated from field: uint64 id = 1;
27
27
  */
@@ -42,14 +42,14 @@ export type VPNNode = Message<"metalstack.api.v2.VPNNode"> & {
42
42
  project: string;
43
43
 
44
44
  /**
45
- * IPAddresses of this node in the vpn
45
+ * IPAddresses of this node in the VPN
46
46
  *
47
47
  * @generated from field: repeated string ip_addresses = 4;
48
48
  */
49
49
  ipAddresses: string[];
50
50
 
51
51
  /**
52
- * LastSeen timestamp when this node reached out the the control plane
52
+ * LastSeen timestamp when this node reached out to the control plane
53
53
  *
54
54
  * @generated from field: google.protobuf.Timestamp last_seen = 5;
55
55
  */