@metal-stack/api 0.2.2 → 0.2.3

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 (47) hide show
  1. package/js/metalstack/admin/v2/filesystem_pb.d.ts +2 -2
  2. package/js/metalstack/admin/v2/filesystem_pb.ts +2 -2
  3. package/js/metalstack/admin/v2/image_pb.d.ts +1 -1
  4. package/js/metalstack/admin/v2/image_pb.ts +1 -1
  5. package/js/metalstack/admin/v2/machine_pb.d.ts +2 -2
  6. package/js/metalstack/admin/v2/machine_pb.ts +2 -2
  7. package/js/metalstack/admin/v2/partition_pb.d.ts +1 -1
  8. package/js/metalstack/admin/v2/partition_pb.ts +1 -1
  9. package/js/metalstack/admin/v2/switch_pb.d.ts +1 -1
  10. package/js/metalstack/admin/v2/switch_pb.ts +1 -1
  11. package/js/metalstack/admin/v2/tenant_pb.d.ts +1 -1
  12. package/js/metalstack/admin/v2/tenant_pb.ts +1 -1
  13. package/js/metalstack/api/v2/audit_pb.d.ts +1 -1
  14. package/js/metalstack/api/v2/audit_pb.ts +1 -1
  15. package/js/metalstack/api/v2/common_pb.d.ts +17 -17
  16. package/js/metalstack/api/v2/common_pb.js +9 -9
  17. package/js/metalstack/api/v2/common_pb.ts +18 -18
  18. package/js/metalstack/api/v2/filesystem_pb.d.ts +3 -3
  19. package/js/metalstack/api/v2/filesystem_pb.ts +3 -3
  20. package/js/metalstack/api/v2/image_pb.d.ts +6 -6
  21. package/js/metalstack/api/v2/image_pb.ts +6 -6
  22. package/js/metalstack/api/v2/ip_pb.d.ts +17 -17
  23. package/js/metalstack/api/v2/ip_pb.js +2 -2
  24. package/js/metalstack/api/v2/ip_pb.ts +17 -17
  25. package/js/metalstack/api/v2/machine_pb.d.ts +5 -5
  26. package/js/metalstack/api/v2/machine_pb.ts +5 -5
  27. package/js/metalstack/api/v2/network_pb.d.ts +3 -3
  28. package/js/metalstack/api/v2/network_pb.ts +3 -3
  29. package/js/metalstack/api/v2/partition_pb.d.ts +1 -1
  30. package/js/metalstack/api/v2/partition_pb.ts +1 -1
  31. package/js/metalstack/api/v2/project_pb.d.ts +7 -7
  32. package/js/metalstack/api/v2/project_pb.ts +7 -7
  33. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +1 -1
  34. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +1 -1
  35. package/js/metalstack/api/v2/size_reservation_pb.d.ts +1 -1
  36. package/js/metalstack/api/v2/size_reservation_pb.ts +1 -1
  37. package/js/metalstack/api/v2/tenant_pb.d.ts +7 -7
  38. package/js/metalstack/api/v2/tenant_pb.ts +7 -7
  39. package/js/metalstack/api/v2/token_pb.d.ts +3 -3
  40. package/js/metalstack/api/v2/token_pb.ts +3 -3
  41. package/js/metalstack/api/v2/user_pb.d.ts +1 -1
  42. package/js/metalstack/api/v2/user_pb.ts +1 -1
  43. package/js/metalstack/infra/v2/bmc_pb.d.ts +1 -1
  44. package/js/metalstack/infra/v2/bmc_pb.ts +1 -1
  45. package/js/metalstack/infra/v2/boot_pb.d.ts +1 -1
  46. package/js/metalstack/infra/v2/boot_pb.ts +1 -1
  47. package/package.json +1 -1
@@ -61,7 +61,7 @@ export type Tenant = Message<"metalstack.api.v2.Tenant"> & {
61
61
  */
62
62
  export declare const TenantSchema: GenMessage<Tenant>;
63
63
  /**
64
- * TenantMember defines a user that participates at a tenant
64
+ * TenantMember defines a user that participates in a tenant
65
65
  *
66
66
  * @generated from message metalstack.api.v2.TenantMember
67
67
  */
@@ -79,7 +79,7 @@ export type TenantMember = Message<"metalstack.api.v2.TenantMember"> & {
79
79
  */
80
80
  role: TenantRole;
81
81
  /**
82
- * Projects for the projects in which a user is a direct member
82
+ * Projects in which a user is a direct member
83
83
  *
84
84
  * @generated from field: repeated string projects = 3;
85
85
  */
@@ -139,13 +139,13 @@ export type TenantInvite = Message<"metalstack.api.v2.TenantInvite"> & {
139
139
  */
140
140
  targetTenantName: string;
141
141
  /**
142
- * Tenant is the login of tenant who invites to join this tenant
142
+ * Tenant is the login of the tenant inviting another user to join this tenant
143
143
  *
144
144
  * @generated from field: string tenant = 6;
145
145
  */
146
146
  tenant: string;
147
147
  /**
148
- * TenantName is the name of tenant who invites to join this tenant
148
+ * TenantName is the name of the tenant inviting another user to join this tenant
149
149
  *
150
150
  * @generated from field: string tenant_name = 7;
151
151
  */
@@ -519,7 +519,7 @@ export declare const TenantServiceInvitesListRequestSchema: GenMessage<TenantSer
519
519
  */
520
520
  export type TenantServiceInvitesListResponse = Message<"metalstack.api.v2.TenantServiceInvitesListResponse"> & {
521
521
  /**
522
- * Invites not already accepted the invitation to this tenant
522
+ * Invites that have not yet accepted the invitation to this tenant
523
523
  *
524
524
  * @generated from field: repeated metalstack.api.v2.TenantInvite invites = 1;
525
525
  */
@@ -812,7 +812,7 @@ export declare const TenantService: GenService<{
812
812
  output: typeof TenantServiceDeleteResponseSchema;
813
813
  };
814
814
  /**
815
- * Leave remove a member of a tenant
815
+ * Leave removes a member from a tenant
816
816
  *
817
817
  * @generated from rpc metalstack.api.v2.TenantService.Leave
818
818
  */
@@ -822,7 +822,7 @@ export declare const TenantService: GenService<{
822
822
  output: typeof TenantServiceLeaveResponseSchema;
823
823
  };
824
824
  /**
825
- * RemoveMember remove a member of a tenant
825
+ * RemoveMember removes a member from a tenant
826
826
  *
827
827
  * @generated from rpc metalstack.api.v2.TenantService.RemoveMember
828
828
  */
@@ -82,7 +82,7 @@ export const TenantSchema: GenMessage<Tenant> = /*@__PURE__*/
82
82
  messageDesc(file_metalstack_api_v2_tenant, 0);
83
83
 
84
84
  /**
85
- * TenantMember defines a user that participates at a tenant
85
+ * TenantMember defines a user that participates in a tenant
86
86
  *
87
87
  * @generated from message metalstack.api.v2.TenantMember
88
88
  */
@@ -102,7 +102,7 @@ export type TenantMember = Message<"metalstack.api.v2.TenantMember"> & {
102
102
  role: TenantRole;
103
103
 
104
104
  /**
105
- * Projects for the projects in which a user is a direct member
105
+ * Projects in which a user is a direct member
106
106
  *
107
107
  * @generated from field: repeated string projects = 3;
108
108
  */
@@ -172,14 +172,14 @@ export type TenantInvite = Message<"metalstack.api.v2.TenantInvite"> & {
172
172
  targetTenantName: string;
173
173
 
174
174
  /**
175
- * Tenant is the login of tenant who invites to join this tenant
175
+ * Tenant is the login of the tenant inviting another user to join this tenant
176
176
  *
177
177
  * @generated from field: string tenant = 6;
178
178
  */
179
179
  tenant: string;
180
180
 
181
181
  /**
182
- * TenantName is the name of tenant who invites to join this tenant
182
+ * TenantName is the name of the tenant inviting another user to join this tenant
183
183
  *
184
184
  * @generated from field: string tenant_name = 7;
185
185
  */
@@ -615,7 +615,7 @@ export const TenantServiceInvitesListRequestSchema: GenMessage<TenantServiceInvi
615
615
  */
616
616
  export type TenantServiceInvitesListResponse = Message<"metalstack.api.v2.TenantServiceInvitesListResponse"> & {
617
617
  /**
618
- * Invites not already accepted the invitation to this tenant
618
+ * Invites that have not yet accepted the invitation to this tenant
619
619
  *
620
620
  * @generated from field: repeated metalstack.api.v2.TenantInvite invites = 1;
621
621
  */
@@ -955,7 +955,7 @@ export const TenantService: GenService<{
955
955
  output: typeof TenantServiceDeleteResponseSchema;
956
956
  },
957
957
  /**
958
- * Leave remove a member of a tenant
958
+ * Leave removes a member from a tenant
959
959
  *
960
960
  * @generated from rpc metalstack.api.v2.TenantService.Leave
961
961
  */
@@ -965,7 +965,7 @@ export const TenantService: GenService<{
965
965
  output: typeof TenantServiceLeaveResponseSchema;
966
966
  },
967
967
  /**
968
- * RemoveMember remove a member of a tenant
968
+ * RemoveMember removes a member from a tenant
969
969
  *
970
970
  * @generated from rpc metalstack.api.v2.TenantService.RemoveMember
971
971
  */
@@ -147,7 +147,7 @@ export type TokenServiceCreateRequest = Message<"metalstack.api.v2.TokenServiceC
147
147
  [key: string]: ProjectRole;
148
148
  };
149
149
  /**
150
- * TenantRoles_associates a tenant id with the corresponding role of the token owner
150
+ * TenantRoles associates a tenant id with the corresponding role of the token owner
151
151
  *
152
152
  * @generated from field: map<string, metalstack.api.v2.TenantRole> tenant_roles = 5;
153
153
  */
@@ -228,7 +228,7 @@ export type TokenServiceCreateResponse = Message<"metalstack.api.v2.TokenService
228
228
  */
229
229
  token?: Token | undefined;
230
230
  /**
231
- * Secret is the body if the jwt token, should be used in api requests as bearer token
231
+ * Secret is the body of the JWT token, should be used in API requests as bearer token
232
232
  *
233
233
  * @generated from field: string secret = 2;
234
234
  */
@@ -463,7 +463,7 @@ export type TokenServiceRefreshResponse = Message<"metalstack.api.v2.TokenServic
463
463
  */
464
464
  token?: Token | undefined;
465
465
  /**
466
- * Secret is the body if the jwt token, should be used in api requests as bearer token
466
+ * Secret is the body of the JWT token, should be used in API requests as bearer token
467
467
  *
468
468
  * @generated from field: string secret = 2;
469
469
  */
@@ -170,7 +170,7 @@ export type TokenServiceCreateRequest = Message<"metalstack.api.v2.TokenServiceC
170
170
  projectRoles: { [key: string]: ProjectRole };
171
171
 
172
172
  /**
173
- * TenantRoles_associates a tenant id with the corresponding role of the token owner
173
+ * TenantRoles associates a tenant id with the corresponding role of the token owner
174
174
  *
175
175
  * @generated from field: map<string, metalstack.api.v2.TenantRole> tenant_roles = 5;
176
176
  */
@@ -259,7 +259,7 @@ export type TokenServiceCreateResponse = Message<"metalstack.api.v2.TokenService
259
259
  token?: Token | undefined;
260
260
 
261
261
  /**
262
- * Secret is the body if the jwt token, should be used in api requests as bearer token
262
+ * Secret is the body of the JWT token, should be used in API requests as bearer token
263
263
  *
264
264
  * @generated from field: string secret = 2;
265
265
  */
@@ -530,7 +530,7 @@ export type TokenServiceRefreshResponse = Message<"metalstack.api.v2.TokenServic
530
530
  token?: Token | undefined;
531
531
 
532
532
  /**
533
- * Secret is the body if the jwt token, should be used in api requests as bearer token
533
+ * Secret is the body of the JWT token, should be used in API requests as bearer token
534
534
  *
535
535
  * @generated from field: string secret = 2;
536
536
  */
@@ -49,7 +49,7 @@ export type User = Message<"metalstack.api.v2.User"> & {
49
49
  */
50
50
  projects: Project[];
51
51
  /**
52
- * DefaultTenant this user belongs to
52
+ * DefaultTenant the default tenant that this user belongs to
53
53
  *
54
54
  * @generated from field: metalstack.api.v2.Tenant default_tenant = 7;
55
55
  */
@@ -68,7 +68,7 @@ export type User = Message<"metalstack.api.v2.User"> & {
68
68
  projects: Project[];
69
69
 
70
70
  /**
71
- * DefaultTenant this user belongs to
71
+ * DefaultTenant the default tenant that this user belongs to
72
72
  *
73
73
  * @generated from field: metalstack.api.v2.Tenant default_tenant = 7;
74
74
  */
@@ -18,7 +18,7 @@ export type UpdateBMCInfoRequest = Message<"metalstack.infra.v2.UpdateBMCInfoReq
18
18
  */
19
19
  partition: string;
20
20
  /**
21
- * BmcReports contains maps the BMC report per machine UUID
21
+ * BmcReports maps the BMC report per machine UUID
22
22
  *
23
23
  * @generated from field: map<string, metalstack.api.v2.MachineBMCReport> bmc_reports = 2;
24
24
  */
@@ -31,7 +31,7 @@ export type UpdateBMCInfoRequest = Message<"metalstack.infra.v2.UpdateBMCInfoReq
31
31
  partition: string;
32
32
 
33
33
  /**
34
- * BmcReports contains maps the BMC report per machine UUID
34
+ * BmcReports maps the BMC report per machine UUID
35
35
  *
36
36
  * @generated from field: map<string, metalstack.api.v2.MachineBMCReport> bmc_reports = 2;
37
37
  */
@@ -137,7 +137,7 @@ export type BootServiceRegisterRequest = Message<"metalstack.infra.v2.BootServic
137
137
  */
138
138
  tags: string[];
139
139
  /**
140
- * MetalHammer version this machine was bootet into
140
+ * MetalHammer version this machine was booted into
141
141
  *
142
142
  * @generated from field: string metal_hammer_version = 7;
143
143
  */
@@ -172,7 +172,7 @@ export type BootServiceRegisterRequest = Message<"metalstack.infra.v2.BootServic
172
172
  tags: string[];
173
173
 
174
174
  /**
175
- * MetalHammer version this machine was bootet into
175
+ * MetalHammer version this machine was booted into
176
176
  *
177
177
  * @generated from field: string metal_hammer_version = 7;
178
178
  */
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "js/*"
21
21
  ],
22
- "version": "0.2.2"
22
+ "version": "0.2.3"
23
23
  }