@metal-stack/api 0.0.61 → 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 (135) hide show
  1. package/js/buf/validate/validate_pb.d.ts +9 -9
  2. package/js/buf/validate/validate_pb.ts +10 -10
  3. package/js/metalstack/admin/v2/audit_pb.d.ts +3 -3
  4. package/js/metalstack/admin/v2/audit_pb.js +2 -2
  5. package/js/metalstack/admin/v2/audit_pb.ts +5 -5
  6. package/js/metalstack/admin/v2/component_pb.d.ts +3 -3
  7. package/js/metalstack/admin/v2/component_pb.js +1 -1
  8. package/js/metalstack/admin/v2/component_pb.ts +4 -4
  9. package/js/metalstack/admin/v2/filesystem_pb.d.ts +122 -8
  10. package/js/metalstack/admin/v2/filesystem_pb.js +22 -2
  11. package/js/metalstack/admin/v2/filesystem_pb.ts +135 -10
  12. package/js/metalstack/admin/v2/image_pb.d.ts +10 -10
  13. package/js/metalstack/admin/v2/image_pb.js +2 -2
  14. package/js/metalstack/admin/v2/image_pb.ts +12 -12
  15. package/js/metalstack/admin/v2/ip_pb.d.ts +1 -1
  16. package/js/metalstack/admin/v2/ip_pb.js +1 -1
  17. package/js/metalstack/admin/v2/ip_pb.ts +2 -2
  18. package/js/metalstack/admin/v2/machine_pb.d.ts +8 -8
  19. package/js/metalstack/admin/v2/machine_pb.js +2 -2
  20. package/js/metalstack/admin/v2/machine_pb.ts +10 -10
  21. package/js/metalstack/admin/v2/network_pb.d.ts +26 -26
  22. package/js/metalstack/admin/v2/network_pb.js +2 -2
  23. package/js/metalstack/admin/v2/network_pb.ts +28 -28
  24. package/js/metalstack/admin/v2/partition_pb.d.ts +11 -11
  25. package/js/metalstack/admin/v2/partition_pb.js +1 -1
  26. package/js/metalstack/admin/v2/partition_pb.ts +12 -12
  27. package/js/metalstack/admin/v2/project_pb.d.ts +2 -2
  28. package/js/metalstack/admin/v2/project_pb.js +1 -1
  29. package/js/metalstack/admin/v2/project_pb.ts +3 -3
  30. package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +11 -11
  31. package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
  32. package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +12 -12
  33. package/js/metalstack/admin/v2/size_pb.d.ts +8 -8
  34. package/js/metalstack/admin/v2/size_pb.js +2 -2
  35. package/js/metalstack/admin/v2/size_pb.ts +10 -10
  36. package/js/metalstack/admin/v2/size_reservation_pb.d.ts +10 -10
  37. package/js/metalstack/admin/v2/size_reservation_pb.js +2 -2
  38. package/js/metalstack/admin/v2/size_reservation_pb.ts +12 -12
  39. package/js/metalstack/admin/v2/switch_pb.d.ts +16 -16
  40. package/js/metalstack/admin/v2/switch_pb.js +2 -2
  41. package/js/metalstack/admin/v2/switch_pb.ts +18 -18
  42. package/js/metalstack/admin/v2/task_pb.d.ts +10 -10
  43. package/js/metalstack/admin/v2/task_pb.js +2 -2
  44. package/js/metalstack/admin/v2/task_pb.ts +12 -12
  45. package/js/metalstack/admin/v2/tenant_pb.d.ts +9 -9
  46. package/js/metalstack/admin/v2/tenant_pb.js +2 -2
  47. package/js/metalstack/admin/v2/tenant_pb.ts +11 -11
  48. package/js/metalstack/admin/v2/token_pb.d.ts +4 -4
  49. package/js/metalstack/admin/v2/token_pb.js +2 -2
  50. package/js/metalstack/admin/v2/token_pb.ts +6 -6
  51. package/js/metalstack/admin/v2/vpn_pb.d.ts +4 -4
  52. package/js/metalstack/admin/v2/vpn_pb.js +2 -2
  53. package/js/metalstack/admin/v2/vpn_pb.ts +6 -6
  54. package/js/metalstack/api/v2/audit_pb.d.ts +18 -18
  55. package/js/metalstack/api/v2/audit_pb.js +1 -1
  56. package/js/metalstack/api/v2/audit_pb.ts +19 -19
  57. package/js/metalstack/api/v2/common_pb.d.ts +8 -8
  58. package/js/metalstack/api/v2/common_pb.js +2 -2
  59. package/js/metalstack/api/v2/common_pb.ts +9 -9
  60. package/js/metalstack/api/v2/component_pb.d.ts +8 -8
  61. package/js/metalstack/api/v2/component_pb.js +1 -1
  62. package/js/metalstack/api/v2/component_pb.ts +9 -9
  63. package/js/metalstack/api/v2/filesystem_pb.d.ts +12 -126
  64. package/js/metalstack/api/v2/filesystem_pb.js +10 -30
  65. package/js/metalstack/api/v2/filesystem_pb.ts +22 -147
  66. package/js/metalstack/api/v2/health_pb.d.ts +4 -4
  67. package/js/metalstack/api/v2/health_pb.js +5 -5
  68. package/js/metalstack/api/v2/health_pb.ts +6 -6
  69. package/js/metalstack/api/v2/image_pb.d.ts +22 -22
  70. package/js/metalstack/api/v2/image_pb.js +1 -1
  71. package/js/metalstack/api/v2/image_pb.ts +23 -23
  72. package/js/metalstack/api/v2/ip_pb.d.ts +32 -32
  73. package/js/metalstack/api/v2/ip_pb.js +2 -2
  74. package/js/metalstack/api/v2/ip_pb.ts +34 -34
  75. package/js/metalstack/api/v2/machine_pb.d.ts +98 -98
  76. package/js/metalstack/api/v2/machine_pb.js +2 -2
  77. package/js/metalstack/api/v2/machine_pb.ts +100 -100
  78. package/js/metalstack/api/v2/method_pb.d.ts +2 -2
  79. package/js/metalstack/api/v2/method_pb.js +2 -2
  80. package/js/metalstack/api/v2/method_pb.ts +4 -4
  81. package/js/metalstack/api/v2/network_pb.d.ts +52 -52
  82. package/js/metalstack/api/v2/network_pb.js +2 -2
  83. package/js/metalstack/api/v2/network_pb.ts +54 -54
  84. package/js/metalstack/api/v2/partition_pb.d.ts +9 -9
  85. package/js/metalstack/api/v2/partition_pb.js +2 -2
  86. package/js/metalstack/api/v2/partition_pb.ts +11 -11
  87. package/js/metalstack/api/v2/predefined_rules_pb.d.ts +1 -1
  88. package/js/metalstack/api/v2/predefined_rules_pb.js +2 -2
  89. package/js/metalstack/api/v2/predefined_rules_pb.ts +2 -2
  90. package/js/metalstack/api/v2/project_pb.d.ts +27 -27
  91. package/js/metalstack/api/v2/project_pb.js +2 -2
  92. package/js/metalstack/api/v2/project_pb.ts +29 -29
  93. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +6 -6
  94. package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
  95. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +7 -7
  96. package/js/metalstack/api/v2/size_pb.d.ts +10 -10
  97. package/js/metalstack/api/v2/size_pb.js +1 -1
  98. package/js/metalstack/api/v2/size_pb.ts +11 -11
  99. package/js/metalstack/api/v2/size_reservation_pb.d.ts +10 -10
  100. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  101. package/js/metalstack/api/v2/size_reservation_pb.ts +11 -11
  102. package/js/metalstack/api/v2/switch_pb.d.ts +26 -26
  103. package/js/metalstack/api/v2/switch_pb.js +1 -1
  104. package/js/metalstack/api/v2/switch_pb.ts +27 -27
  105. package/js/metalstack/api/v2/tenant_pb.d.ts +25 -25
  106. package/js/metalstack/api/v2/tenant_pb.js +1 -1
  107. package/js/metalstack/api/v2/tenant_pb.ts +26 -26
  108. package/js/metalstack/api/v2/token_pb.d.ts +18 -18
  109. package/js/metalstack/api/v2/token_pb.js +2 -2
  110. package/js/metalstack/api/v2/token_pb.ts +20 -20
  111. package/js/metalstack/api/v2/user_pb.d.ts +2 -2
  112. package/js/metalstack/api/v2/user_pb.js +1 -1
  113. package/js/metalstack/api/v2/user_pb.ts +3 -3
  114. package/js/metalstack/api/v2/version_pb.d.ts +1 -1
  115. package/js/metalstack/api/v2/version_pb.js +1 -1
  116. package/js/metalstack/api/v2/version_pb.ts +2 -2
  117. package/js/metalstack/api/v2/vpn_pb.d.ts +1 -1
  118. package/js/metalstack/api/v2/vpn_pb.js +4 -2
  119. package/js/metalstack/api/v2/vpn_pb.ts +5 -3
  120. package/js/metalstack/infra/v2/bmc_pb.d.ts +2 -2
  121. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  122. package/js/metalstack/infra/v2/bmc_pb.ts +3 -3
  123. package/js/metalstack/infra/v2/boot_pb.d.ts +6 -6
  124. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  125. package/js/metalstack/infra/v2/boot_pb.ts +7 -7
  126. package/js/metalstack/infra/v2/component_pb.d.ts +3 -3
  127. package/js/metalstack/infra/v2/component_pb.js +1 -1
  128. package/js/metalstack/infra/v2/component_pb.ts +4 -4
  129. package/js/metalstack/infra/v2/event_pb.d.ts +3 -116
  130. package/js/metalstack/infra/v2/event_pb.js +4 -92
  131. package/js/metalstack/infra/v2/event_pb.ts +7 -138
  132. package/js/metalstack/infra/v2/switch_pb.d.ts +7 -7
  133. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  134. package/js/metalstack/infra/v2/switch_pb.ts +8 -8
  135. package/package.json +1 -1
@@ -17,13 +17,13 @@ export type Paging = Message<"metalstack.api.v2.Paging"> & {
17
17
  *
18
18
  * @generated from field: optional uint64 page = 1;
19
19
  */
20
- page?: bigint;
20
+ page?: bigint | undefined;
21
21
  /**
22
22
  * Count is the number of results returned per page, if not given server side defaults apply
23
23
  *
24
24
  * @generated from field: optional uint64 count = 2;
25
25
  */
26
- count?: bigint;
26
+ count?: bigint | undefined;
27
27
  };
28
28
  /**
29
29
  * Describes the message metalstack.api.v2.Paging.
@@ -61,20 +61,20 @@ export type Meta = Message<"metalstack.api.v2.Meta"> & {
61
61
  *
62
62
  * @generated from field: optional metalstack.api.v2.Labels labels = 1;
63
63
  */
64
- labels?: Labels;
64
+ labels?: Labels | undefined;
65
65
  /**
66
66
  * CreatedAt is the date when this entity was created
67
67
  *
68
68
  * @generated from field: google.protobuf.Timestamp created_at = 2;
69
69
  */
70
- createdAt?: Timestamp;
70
+ createdAt?: Timestamp | undefined;
71
71
  /**
72
72
  * UpdatedAt is the date when this entity was updated
73
73
  * must be part of the update request to ensure optimistic locking
74
74
  *
75
75
  * @generated from field: google.protobuf.Timestamp updated_at = 3;
76
76
  */
77
- updatedAt?: Timestamp;
77
+ updatedAt?: Timestamp | undefined;
78
78
  /**
79
79
  * Generation identifies how often this entity was modified since creation.
80
80
  *
@@ -98,7 +98,7 @@ export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
98
98
  *
99
99
  * @generated from field: metalstack.api.v2.Labels update = 1;
100
100
  */
101
- update?: Labels;
101
+ update?: Labels | undefined;
102
102
  /**
103
103
  * Remove labels by key
104
104
  *
@@ -123,7 +123,7 @@ export type UpdateMeta = Message<"metalstack.api.v2.UpdateMeta"> & {
123
123
  *
124
124
  * @generated from field: google.protobuf.Timestamp updated_at = 1;
125
125
  */
126
- updatedAt?: Timestamp;
126
+ updatedAt?: Timestamp | undefined;
127
127
  /**
128
128
  * LockingStrategy to be used for this update request
129
129
  *
@@ -429,7 +429,7 @@ export declare const auditing: GenExtension<MethodOptions, Auditing>;
429
429
  */
430
430
  export declare const infra_roles: GenExtension<MethodOptions, InfraRole[]>;
431
431
  /**
432
- * MachineRole are used to define which infra role a microservice must provide to call this method
432
+ * MachineRole are used to define which machine role a microservice must provide to call this method
433
433
  *
434
434
  * @generated from extension: repeated metalstack.api.v2.MachineRole machine_roles = 51006;
435
435
  */
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/common.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -335,7 +335,7 @@ export const auditing = /*@__PURE__*/ extDesc(file_metalstack_api_v2_common, 4);
335
335
  */
336
336
  export const infra_roles = /*@__PURE__*/ extDesc(file_metalstack_api_v2_common, 5);
337
337
  /**
338
- * MachineRole are used to define which infra role a microservice must provide to call this method
338
+ * MachineRole are used to define which machine role a microservice must provide to call this method
339
339
  *
340
340
  * @generated from extension: repeated metalstack.api.v2.MachineRole machine_roles = 51006;
341
341
  */
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/common.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -28,14 +28,14 @@ export type Paging = Message<"metalstack.api.v2.Paging"> & {
28
28
  *
29
29
  * @generated from field: optional uint64 page = 1;
30
30
  */
31
- page?: bigint;
31
+ page?: bigint | undefined;
32
32
 
33
33
  /**
34
34
  * Count is the number of results returned per page, if not given server side defaults apply
35
35
  *
36
36
  * @generated from field: optional uint64 count = 2;
37
37
  */
38
- count?: bigint;
38
+ count?: bigint | undefined;
39
39
  };
40
40
 
41
41
  /**
@@ -77,14 +77,14 @@ export type Meta = Message<"metalstack.api.v2.Meta"> & {
77
77
  *
78
78
  * @generated from field: optional metalstack.api.v2.Labels labels = 1;
79
79
  */
80
- labels?: Labels;
80
+ labels?: Labels | undefined;
81
81
 
82
82
  /**
83
83
  * CreatedAt is the date when this entity was created
84
84
  *
85
85
  * @generated from field: google.protobuf.Timestamp created_at = 2;
86
86
  */
87
- createdAt?: Timestamp;
87
+ createdAt?: Timestamp | undefined;
88
88
 
89
89
  /**
90
90
  * UpdatedAt is the date when this entity was updated
@@ -92,7 +92,7 @@ export type Meta = Message<"metalstack.api.v2.Meta"> & {
92
92
  *
93
93
  * @generated from field: google.protobuf.Timestamp updated_at = 3;
94
94
  */
95
- updatedAt?: Timestamp;
95
+ updatedAt?: Timestamp | undefined;
96
96
 
97
97
  /**
98
98
  * Generation identifies how often this entity was modified since creation.
@@ -120,7 +120,7 @@ export type UpdateLabels = Message<"metalstack.api.v2.UpdateLabels"> & {
120
120
  *
121
121
  * @generated from field: metalstack.api.v2.Labels update = 1;
122
122
  */
123
- update?: Labels;
123
+ update?: Labels | undefined;
124
124
 
125
125
  /**
126
126
  * Remove labels by key
@@ -149,7 +149,7 @@ export type UpdateMeta = Message<"metalstack.api.v2.UpdateMeta"> & {
149
149
  *
150
150
  * @generated from field: google.protobuf.Timestamp updated_at = 1;
151
151
  */
152
- updatedAt?: Timestamp;
152
+ updatedAt?: Timestamp | undefined;
153
153
 
154
154
  /**
155
155
  * LockingStrategy to be used for this update request
@@ -514,7 +514,7 @@ export const infra_roles: GenExtension<MethodOptions, InfraRole[]> = /*@__PURE__
514
514
  extDesc(file_metalstack_api_v2_common, 5);
515
515
 
516
516
  /**
517
- * MachineRole are used to define which infra role a microservice must provide to call this method
517
+ * MachineRole are used to define which machine role a microservice must provide to call this method
518
518
  *
519
519
  * @generated from extension: repeated metalstack.api.v2.MachineRole machine_roles = 51006;
520
520
  */
@@ -37,31 +37,31 @@ export type Component = Message<"metalstack.api.v2.Component"> & {
37
37
  *
38
38
  * @generated from field: google.protobuf.Timestamp started_at = 4;
39
39
  */
40
- startedAt?: Timestamp;
40
+ startedAt?: Timestamp | undefined;
41
41
  /**
42
42
  * ReportedAt is the timestamp this service sent this ping.
43
43
  *
44
44
  * @generated from field: google.protobuf.Timestamp reported_at = 5;
45
45
  */
46
- reportedAt?: Timestamp;
46
+ reportedAt?: Timestamp | undefined;
47
47
  /**
48
48
  * Interval at which the ping is scheduled.
49
49
  *
50
50
  * @generated from field: google.protobuf.Duration interval = 6;
51
51
  */
52
- interval?: Duration;
52
+ interval?: Duration | undefined;
53
53
  /**
54
54
  * Version of this service
55
55
  *
56
56
  * @generated from field: metalstack.api.v2.Version version = 7;
57
57
  */
58
- version?: Version;
58
+ version?: Version | undefined;
59
59
  /**
60
60
  * Token is the token which is actually used by this microservice.
61
61
  *
62
62
  * @generated from field: metalstack.api.v2.Token token = 8;
63
63
  */
64
- token?: Token;
64
+ token?: Token | undefined;
65
65
  };
66
66
  /**
67
67
  * Describes the message metalstack.api.v2.Component.
@@ -79,20 +79,20 @@ export type ComponentQuery = Message<"metalstack.api.v2.ComponentQuery"> & {
79
79
  *
80
80
  * @generated from field: optional string uuid = 1;
81
81
  */
82
- uuid?: string;
82
+ uuid?: string | undefined;
83
83
  /**
84
84
  * Type defines which service is actually pinging
85
85
  *
86
86
  * @generated from field: optional metalstack.api.v2.ComponentType type = 2;
87
87
  */
88
- type?: ComponentType;
88
+ type?: ComponentType | undefined;
89
89
  /**
90
90
  * Identifier is a unique identifier of this service, e.g. if two instance are running, this might be the pod id.
91
91
  * micro_service and identifier guarantee uniqueness.
92
92
  *
93
93
  * @generated from field: optional string identifier = 3;
94
94
  */
95
- identifier?: string;
95
+ identifier?: string | undefined;
96
96
  };
97
97
  /**
98
98
  * Describes the message metalstack.api.v2.ComponentQuery.
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/component.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/component.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -54,35 +54,35 @@ export type Component = Message<"metalstack.api.v2.Component"> & {
54
54
  *
55
55
  * @generated from field: google.protobuf.Timestamp started_at = 4;
56
56
  */
57
- startedAt?: Timestamp;
57
+ startedAt?: Timestamp | undefined;
58
58
 
59
59
  /**
60
60
  * ReportedAt is the timestamp this service sent this ping.
61
61
  *
62
62
  * @generated from field: google.protobuf.Timestamp reported_at = 5;
63
63
  */
64
- reportedAt?: Timestamp;
64
+ reportedAt?: Timestamp | undefined;
65
65
 
66
66
  /**
67
67
  * Interval at which the ping is scheduled.
68
68
  *
69
69
  * @generated from field: google.protobuf.Duration interval = 6;
70
70
  */
71
- interval?: Duration;
71
+ interval?: Duration | undefined;
72
72
 
73
73
  /**
74
74
  * Version of this service
75
75
  *
76
76
  * @generated from field: metalstack.api.v2.Version version = 7;
77
77
  */
78
- version?: Version;
78
+ version?: Version | undefined;
79
79
 
80
80
  /**
81
81
  * Token is the token which is actually used by this microservice.
82
82
  *
83
83
  * @generated from field: metalstack.api.v2.Token token = 8;
84
84
  */
85
- token?: Token;
85
+ token?: Token | undefined;
86
86
  };
87
87
 
88
88
  /**
@@ -103,14 +103,14 @@ export type ComponentQuery = Message<"metalstack.api.v2.ComponentQuery"> & {
103
103
  *
104
104
  * @generated from field: optional string uuid = 1;
105
105
  */
106
- uuid?: string;
106
+ uuid?: string | undefined;
107
107
 
108
108
  /**
109
109
  * Type defines which service is actually pinging
110
110
  *
111
111
  * @generated from field: optional metalstack.api.v2.ComponentType type = 2;
112
112
  */
113
- type?: ComponentType;
113
+ type?: ComponentType | undefined;
114
114
 
115
115
  /**
116
116
  * Identifier is a unique identifier of this service, e.g. if two instance are running, this might be the pod id.
@@ -118,7 +118,7 @@ export type ComponentQuery = Message<"metalstack.api.v2.ComponentQuery"> & {
118
118
  *
119
119
  * @generated from field: optional string identifier = 3;
120
120
  */
121
- identifier?: string;
121
+ identifier?: string | undefined;
122
122
  };
123
123
 
124
124
  /**
@@ -34,7 +34,7 @@ export type FilesystemServiceListRequest = Message<"metalstack.api.v2.Filesystem
34
34
  *
35
35
  * @generated from field: optional string id = 1;
36
36
  */
37
- id?: string;
37
+ id?: string | undefined;
38
38
  };
39
39
  /**
40
40
  * Describes the message metalstack.api.v2.FilesystemServiceListRequest.
@@ -52,7 +52,7 @@ export type FilesystemServiceGetResponse = Message<"metalstack.api.v2.Filesystem
52
52
  *
53
53
  * @generated from field: metalstack.api.v2.FilesystemLayout filesystem_layout = 1;
54
54
  */
55
- filesystemLayout?: FilesystemLayout;
55
+ filesystemLayout?: FilesystemLayout | undefined;
56
56
  };
57
57
  /**
58
58
  * Describes the message metalstack.api.v2.FilesystemServiceGetResponse.
@@ -77,110 +77,6 @@ export type FilesystemServiceListResponse = Message<"metalstack.api.v2.Filesyste
77
77
  * Use `create(FilesystemServiceListResponseSchema)` to create a new message.
78
78
  */
79
79
  export declare const FilesystemServiceListResponseSchema: GenMessage<FilesystemServiceListResponse>;
80
- /**
81
- * FilesystemServiceMatchRequest
82
- *
83
- * @generated from message metalstack.api.v2.FilesystemServiceMatchRequest
84
- */
85
- export type FilesystemServiceMatchRequest = Message<"metalstack.api.v2.FilesystemServiceMatchRequest"> & {
86
- /**
87
- * Match either size and image to a filesystemlayout
88
- * or if a machine matches to a filesystemlayout
89
- *
90
- * @generated from oneof metalstack.api.v2.FilesystemServiceMatchRequest.match
91
- */
92
- match: {
93
- /**
94
- * SizeAndImage
95
- *
96
- * @generated from field: metalstack.api.v2.MatchImageAndSize size_and_image = 1;
97
- */
98
- value: MatchImageAndSize;
99
- case: "sizeAndImage";
100
- } | {
101
- /**
102
- * MachineAndFilesystemlayout
103
- *
104
- * @generated from field: metalstack.api.v2.MatchMachine machine_and_filesystemlayout = 2;
105
- */
106
- value: MatchMachine;
107
- case: "machineAndFilesystemlayout";
108
- } | {
109
- case: undefined;
110
- value?: undefined;
111
- };
112
- };
113
- /**
114
- * Describes the message metalstack.api.v2.FilesystemServiceMatchRequest.
115
- * Use `create(FilesystemServiceMatchRequestSchema)` to create a new message.
116
- */
117
- export declare const FilesystemServiceMatchRequestSchema: GenMessage<FilesystemServiceMatchRequest>;
118
- /**
119
- * MatchImageAndSize
120
- *
121
- * @generated from message metalstack.api.v2.MatchImageAndSize
122
- */
123
- export type MatchImageAndSize = Message<"metalstack.api.v2.MatchImageAndSize"> & {
124
- /**
125
- * Size, machine size to try
126
- *
127
- * @generated from field: string size = 1;
128
- */
129
- size: string;
130
- /**
131
- * Image machine image to try
132
- *
133
- * @generated from field: string image = 2;
134
- */
135
- image: string;
136
- };
137
- /**
138
- * Describes the message metalstack.api.v2.MatchImageAndSize.
139
- * Use `create(MatchImageAndSizeSchema)` to create a new message.
140
- */
141
- export declare const MatchImageAndSizeSchema: GenMessage<MatchImageAndSize>;
142
- /**
143
- * MatchMachine
144
- *
145
- * @generated from message metalstack.api.v2.MatchMachine
146
- */
147
- export type MatchMachine = Message<"metalstack.api.v2.MatchMachine"> & {
148
- /**
149
- * Machine to check
150
- *
151
- * @generated from field: string machine = 1;
152
- */
153
- machine: string;
154
- /**
155
- * FilesystemLayout to check
156
- *
157
- * @generated from field: string filesystem_layout = 2;
158
- */
159
- filesystemLayout: string;
160
- };
161
- /**
162
- * Describes the message metalstack.api.v2.MatchMachine.
163
- * Use `create(MatchMachineSchema)` to create a new message.
164
- */
165
- export declare const MatchMachineSchema: GenMessage<MatchMachine>;
166
- /**
167
- * FilesystemServiceMatchResponse
168
- *
169
- * @generated from message metalstack.api.v2.FilesystemServiceMatchResponse
170
- */
171
- export type FilesystemServiceMatchResponse = Message<"metalstack.api.v2.FilesystemServiceMatchResponse"> & {
172
- /**
173
- * FilesystemLayout the filesystemlayout
174
- *
175
- * @generated from field: metalstack.api.v2.FilesystemLayout filesystem_layout = 1;
176
- */
177
- filesystemLayout?: FilesystemLayout;
178
- };
179
- /**
180
- * Describes the message metalstack.api.v2.FilesystemServiceMatchResponse.
181
- * Use `create(FilesystemServiceMatchResponseSchema)` to create a new message.
182
- */
183
- export declare const FilesystemServiceMatchResponseSchema: GenMessage<FilesystemServiceMatchResponse>;
184
80
  /**
185
81
  * FilesystemLayout
186
82
  *
@@ -198,19 +94,19 @@ export type FilesystemLayout = Message<"metalstack.api.v2.FilesystemLayout"> & {
198
94
  *
199
95
  * @generated from field: metalstack.api.v2.Meta meta = 2;
200
96
  */
201
- meta?: Meta;
97
+ meta?: Meta | undefined;
202
98
  /**
203
99
  * Name of this filesystemLayout
204
100
  *
205
101
  * @generated from field: optional string name = 3;
206
102
  */
207
- name?: string;
103
+ name?: string | undefined;
208
104
  /**
209
105
  * Description of this filesystemLayout
210
106
  *
211
107
  * @generated from field: optional string description = 4;
212
108
  */
213
- description?: string;
109
+ description?: string | undefined;
214
110
  /**
215
111
  * Filesystems is a list of filesystems to create on a machine
216
112
  *
@@ -246,7 +142,7 @@ export type FilesystemLayout = Message<"metalstack.api.v2.FilesystemLayout"> & {
246
142
  *
247
143
  * @generated from field: metalstack.api.v2.FilesystemLayoutConstraints constraints = 10;
248
144
  */
249
- constraints?: FilesystemLayoutConstraints;
145
+ constraints?: FilesystemLayoutConstraints | undefined;
250
146
  };
251
147
  /**
252
148
  * Describes the message metalstack.api.v2.FilesystemLayout.
@@ -302,25 +198,25 @@ export type Filesystem = Message<"metalstack.api.v2.Filesystem"> & {
302
198
  *
303
199
  * @generated from field: optional string name = 3;
304
200
  */
305
- name?: string;
201
+ name?: string | undefined;
306
202
  /**
307
203
  * Description of this filesystem
308
204
  *
309
205
  * @generated from field: optional string description = 4;
310
206
  */
311
- description?: string;
207
+ description?: string | undefined;
312
208
  /**
313
209
  * Path the mountpoint where this filesystem should be mounted on
314
210
  *
315
211
  * @generated from field: optional string path = 5;
316
212
  */
317
- path?: string;
213
+ path?: string | undefined;
318
214
  /**
319
215
  * Label optional label for this this filesystem
320
216
  *
321
217
  * @generated from field: optional string label = 6;
322
218
  */
323
- label?: string;
219
+ label?: string | undefined;
324
220
  /**
325
221
  * MountOptions the options to use to mount this filesystem
326
222
  *
@@ -422,7 +318,7 @@ export type DiskPartition = Message<"metalstack.api.v2.DiskPartition"> & {
422
318
  *
423
319
  * @generated from field: optional string label = 2;
424
320
  */
425
- label?: string;
321
+ label?: string | undefined;
426
322
  /**
427
323
  * Size size in mebibytes (MiB) of this partition"
428
324
  *
@@ -434,7 +330,7 @@ export type DiskPartition = Message<"metalstack.api.v2.DiskPartition"> & {
434
330
  *
435
331
  * @generated from field: optional metalstack.api.v2.GPTType gpt_type = 4;
436
332
  */
437
- gptType?: GPTType;
333
+ gptType?: GPTType | undefined;
438
334
  };
439
335
  /**
440
336
  * Describes the message metalstack.api.v2.DiskPartition.
@@ -691,14 +587,4 @@ export declare const FilesystemService: GenService<{
691
587
  input: typeof FilesystemServiceListRequestSchema;
692
588
  output: typeof FilesystemServiceListResponseSchema;
693
589
  };
694
- /**
695
- * Matches a filesystem to a size and image or machine.
696
- *
697
- * @generated from rpc metalstack.api.v2.FilesystemService.Match
698
- */
699
- match: {
700
- methodKind: "unary";
701
- input: typeof FilesystemServiceMatchRequestSchema;
702
- output: typeof FilesystemServiceMatchResponseSchema;
703
- };
704
590
  }>;
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
2
  // @generated from file metalstack/api/v2/filesystem.proto (package metalstack.api.v2, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -8,7 +8,7 @@ import { file_metalstack_api_v2_predefined_rules } from "./predefined_rules_pb";
8
8
  /**
9
9
  * Describes the file metalstack/api/v2/filesystem.proto.
10
10
  */
11
- export const file_metalstack_api_v2_filesystem = /*@__PURE__*/ fileDesc("CiJtZXRhbHN0YWNrL2FwaS92Mi9maWxlc3lzdGVtLnByb3RvEhFtZXRhbHN0YWNrLmFwaS52MiI2ChtGaWxlc3lzdGVtU2VydmljZUdldFJlcXVlc3QSFwoCaWQYASABKAlCC7pICHIGwLOusQIBIkMKHEZpbGVzeXN0ZW1TZXJ2aWNlTGlzdFJlcXVlc3QSHAoCaWQYASABKAlCC7pICHIGwLOusQIBSACIAQFCBQoDX2lkIl4KHEZpbGVzeXN0ZW1TZXJ2aWNlR2V0UmVzcG9uc2USPgoRZmlsZXN5c3RlbV9sYXlvdXQYASABKAsyIy5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtTGF5b3V0ImAKHUZpbGVzeXN0ZW1TZXJ2aWNlTGlzdFJlc3BvbnNlEj8KEmZpbGVzeXN0ZW1fbGF5b3V0cxgBIAMoCzIjLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1MYXlvdXQisQEKHUZpbGVzeXN0ZW1TZXJ2aWNlTWF0Y2hSZXF1ZXN0Ej4KDnNpemVfYW5kX2ltYWdlGAEgASgLMiQubWV0YWxzdGFjay5hcGkudjIuTWF0Y2hJbWFnZUFuZFNpemVIABJHChxtYWNoaW5lX2FuZF9maWxlc3lzdGVtbGF5b3V0GAIgASgLMh8ubWV0YWxzdGFjay5hcGkudjIuTWF0Y2hNYWNoaW5lSABCBwoFbWF0Y2giSgoRTWF0Y2hJbWFnZUFuZFNpemUSGQoEc2l6ZRgBIAEoCUILukgIcgbAs66xAgESGgoFaW1hZ2UYAiABKAlCC7pICHIGwLOusQIBIlEKDE1hdGNoTWFjaGluZRIZCgdtYWNoaW5lGAEgASgJQgi6SAVyA7ABARImChFmaWxlc3lzdGVtX2xheW91dBgCIAEoCUILukgIcgbAs66xAgEiYAoeRmlsZXN5c3RlbVNlcnZpY2VNYXRjaFJlc3BvbnNlEj4KEWZpbGVzeXN0ZW1fbGF5b3V0GAEgASgLMiMubWV0YWxzdGFjay5hcGkudjIuRmlsZXN5c3RlbUxheW91dCLsAwoQRmlsZXN5c3RlbUxheW91dBIXCgJpZBgBIAEoCUILukgIcgbAs66xAgESJQoEbWV0YRgCIAEoCzIXLm1ldGFsc3RhY2suYXBpLnYyLk1ldGESHgoEbmFtZRgDIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgEIAEoCUILukgIcgbIs66xAgFIAYgBARIyCgtmaWxlc3lzdGVtcxgFIAMoCzIdLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW0SJgoFZGlza3MYBiADKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5EaXNrEiUKBHJhaWQYByADKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5SYWlkEjUKDXZvbHVtZV9ncm91cHMYCCADKAsyHi5tZXRhbHN0YWNrLmFwaS52Mi5Wb2x1bWVHcm91cBI5Cg9sb2dpY2FsX3ZvbHVtZXMYCSADKAsyIC5tZXRhbHN0YWNrLmFwaS52Mi5Mb2dpY2FsVm9sdW1lEkMKC2NvbnN0cmFpbnRzGAogASgLMi4ubWV0YWxzdGFjay5hcGkudjIuRmlsZXN5c3RlbUxheW91dENvbnN0cmFpbnRzQgcKBV9uYW1lQg4KDF9kZXNjcmlwdGlvbiKnAQobRmlsZXN5c3RlbUxheW91dENvbnN0cmFpbnRzEg0KBXNpemVzGAEgAygJEkoKBmltYWdlcxgCIAMoCzI6Lm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1MYXlvdXRDb25zdHJhaW50cy5JbWFnZXNFbnRyeRotCgtJbWFnZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIuwCCgpGaWxlc3lzdGVtEhsKBmRldmljZRgBIAEoCUILukgIcgbAs66xAgESNgoGZm9ybWF0GAIgASgOMhkubWV0YWxzdGFjay5hcGkudjIuRm9ybWF0Qgu6SAjIAQGCAQIQARIeCgRuYW1lGAMgASgJQgu6SAhyBsCzrrECAUgAiAEBEiUKC2Rlc2NyaXB0aW9uGAQgASgJQgu6SAhyBsizrrECAUgBiAEBEh0KBHBhdGgYBSABKAlCCrpIB3IFEAEYgCBIAogBARIeCgVsYWJlbBgGIAEoCUIKukgHcgUQAhiAAUgDiAEBEioKDW1vdW50X29wdGlvbnMYByADKAlCE7pIEJIBDRAgGAEiB3IFEAEYgAESKwoOY3JlYXRlX29wdGlvbnMYCCADKAlCE7pIEJIBDRAgGAEiB3IFEAEYgAFCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgcKBV9wYXRoQggKBl9sYWJlbCJYCgREaXNrEhoKBmRldmljZRgBIAEoCUIKukgHcgUQAhiAARI0CgpwYXJ0aXRpb25zGAIgAygLMiAubWV0YWxzdGFjay5hcGkudjIuRGlza1BhcnRpdGlvbiKiAQoEUmFpZBISCgphcnJheV9uYW1lGAEgASgJEg8KB2RldmljZXMYAiADKAkSOAoFbGV2ZWwYAyABKA4yHC5tZXRhbHN0YWNrLmFwaS52Mi5SYWlkTGV2ZWxCC7pICMgBAYIBAhABEisKDmNyZWF0ZV9vcHRpb25zGAQgAygJQhO6SBCSAQ0QIBgBIgdyBRABGIABEg4KBnNwYXJlcxgFIAEoBSKYAQoNRGlza1BhcnRpdGlvbhIOCgZudW1iZXIYASABKA0SEgoFbGFiZWwYAiABKAlIAIgBARIMCgRzaXplGAMgASgEEj4KCGdwdF90eXBlGAQgASgOMhoubWV0YWxzdGFjay5hcGkudjIuR1BUVHlwZUILukgIyAEBggECEAFIAYgBAUIICgZfbGFiZWxCCwoJX2dwdF90eXBlIkcKC1ZvbHVtZUdyb3VwEhkKBG5hbWUYASABKAlCC7pICHIGwLOusQIBEg8KB2RldmljZXMYAiADKAkSDAoEdGFncxgDIAMoCSKSAQoNTG9naWNhbFZvbHVtZRIZCgRuYW1lGAEgASgJQgu6SAhyBsCzrrECARIgCgx2b2x1bWVfZ3JvdXAYAiABKAlCCrpIB3IFEAIYgAESDAoEc2l6ZRgDIAEoBBI2Cghsdm1fdHlwZRgEIAEoDjIaLm1ldGFsc3RhY2suYXBpLnYyLkxWTVR5cGVCCLpIBYIBAhABKoYBCgdMVk1UeXBlEhgKFExWTV9UWVBFX1VOU1BFQ0lGSUVEEAASHwoPTFZNX1RZUEVfTElORUFSEAEaCoKyGQZsaW5lYXISIQoQTFZNX1RZUEVfU1RSSVBFRBACGguCshkHc3RyaXBlZBIdCg5MVk1fVFlQRV9SQUlEMRADGgmCshkFcmFpZDEqxAEKBkZvcm1hdBIWChJGT1JNQVRfVU5TUEVDSUZJRUQQABIZCgtGT1JNQVRfVkZBVBABGgiCshkEdmZhdBIZCgtGT1JNQVRfRVhUMxACGgiCshkEZXh0MxIZCgtGT1JNQVRfRVhUNBADGgiCshkEZXh0NBIZCgtGT1JNQVRfU1dBUBAEGgiCshkEc3dhcBIbCgxGT1JNQVRfVE1QRlMQBRoJgrIZBXRtcGZzEhkKC0ZPUk1BVF9OT05FEAYaCIKyGQRub25lKqMBCgdHUFRUeXBlEhgKFEdQVF9UWVBFX1VOU1BFQ0lGSUVEEAASGwoNR1BUX1RZUEVfQk9PVBABGgiCshkEZWYwMBIcCg5HUFRfVFlQRV9MSU5VWBACGgiCshkEODMwMBIhChNHUFRfVFlQRV9MSU5VWF9SQUlEEAMaCIKyGQRmZDAwEiAKEkdQVF9UWVBFX0xJTlVYX0xWTRAEGgiCshkEOGUwMCpLCglSYWlkTGV2ZWwSGgoWUkFJRF9MRVZFTF9VTlNQRUNJRklFRBAAEhAKDFJBSURfTEVWRUxfMBABEhAKDFJBSURfTEVWRUxfMRACMvICChFGaWxlc3lzdGVtU2VydmljZRJwCgNHZXQSLi5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtU2VydmljZUdldFJlcXVlc3QaLy5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtU2VydmljZUdldFJlc3BvbnNlIgjY8xgC4PMYAhJzCgRMaXN0Ei8ubWV0YWxzdGFjay5hcGkudjIuRmlsZXN5c3RlbVNlcnZpY2VMaXN0UmVxdWVzdBowLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1TZXJ2aWNlTGlzdFJlc3BvbnNlIgjY8xgC4PMYAhJ2CgVNYXRjaBIwLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1TZXJ2aWNlTWF0Y2hSZXF1ZXN0GjEubWV0YWxzdGFjay5hcGkudjIuRmlsZXN5c3RlbVNlcnZpY2VNYXRjaFJlc3BvbnNlIgjY8xgC4PMYAkLFAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQg9GaWxlc3lzdGVtUHJvdG9QAVo1Z2l0aHViLmNvbS9tZXRhbC1zdGFjay9hcGkvZ28vbWV0YWxzdGFjay9hcGkvdjI7YXBpdjKiAgNNQViqAhFNZXRhbHN0YWNrLkFwaS5WMsoCEU1ldGFsc3RhY2tcQXBpXFYy4gIdTWV0YWxzdGFja1xBcGlcVjJcR1BCTWV0YWRhdGHqAhNNZXRhbHN0YWNrOjpBcGk6OlYyYgZwcm90bzM", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
11
+ export const file_metalstack_api_v2_filesystem = /*@__PURE__*/ fileDesc("CiJtZXRhbHN0YWNrL2FwaS92Mi9maWxlc3lzdGVtLnByb3RvEhFtZXRhbHN0YWNrLmFwaS52MiI2ChtGaWxlc3lzdGVtU2VydmljZUdldFJlcXVlc3QSFwoCaWQYASABKAlCC7pICHIGwLOusQIBIkMKHEZpbGVzeXN0ZW1TZXJ2aWNlTGlzdFJlcXVlc3QSHAoCaWQYASABKAlCC7pICHIGwLOusQIBSACIAQFCBQoDX2lkIl4KHEZpbGVzeXN0ZW1TZXJ2aWNlR2V0UmVzcG9uc2USPgoRZmlsZXN5c3RlbV9sYXlvdXQYASABKAsyIy5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtTGF5b3V0ImAKHUZpbGVzeXN0ZW1TZXJ2aWNlTGlzdFJlc3BvbnNlEj8KEmZpbGVzeXN0ZW1fbGF5b3V0cxgBIAMoCzIjLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1MYXlvdXQi7AMKEEZpbGVzeXN0ZW1MYXlvdXQSFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEh4KBG5hbWUYAyABKAlCC7pICHIGwLOusQIBSACIAQESJQoLZGVzY3JpcHRpb24YBCABKAlCC7pICHIGyLOusQIBSAGIAQESMgoLZmlsZXN5c3RlbXMYBSADKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtEiYKBWRpc2tzGAYgAygLMhcubWV0YWxzdGFjay5hcGkudjIuRGlzaxIlCgRyYWlkGAcgAygLMhcubWV0YWxzdGFjay5hcGkudjIuUmFpZBI1Cg12b2x1bWVfZ3JvdXBzGAggAygLMh4ubWV0YWxzdGFjay5hcGkudjIuVm9sdW1lR3JvdXASOQoPbG9naWNhbF92b2x1bWVzGAkgAygLMiAubWV0YWxzdGFjay5hcGkudjIuTG9naWNhbFZvbHVtZRJDCgtjb25zdHJhaW50cxgKIAEoCzIuLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1MYXlvdXRDb25zdHJhaW50c0IHCgVfbmFtZUIOCgxfZGVzY3JpcHRpb24ipwEKG0ZpbGVzeXN0ZW1MYXlvdXRDb25zdHJhaW50cxINCgVzaXplcxgBIAMoCRJKCgZpbWFnZXMYAiADKAsyOi5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtTGF5b3V0Q29uc3RyYWludHMuSW1hZ2VzRW50cnkaLQoLSW1hZ2VzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASLsAgoKRmlsZXN5c3RlbRIbCgZkZXZpY2UYASABKAlCC7pICHIGwLOusQIBEjYKBmZvcm1hdBgCIAEoDjIZLm1ldGFsc3RhY2suYXBpLnYyLkZvcm1hdEILukgIyAEBggECEAESHgoEbmFtZRgDIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgEIAEoCUILukgIcgbIs66xAgFIAYgBARIdCgRwYXRoGAUgASgJQgq6SAdyBRABGIAgSAKIAQESHgoFbGFiZWwYBiABKAlCCrpIB3IFEAIYgAFIA4gBARIqCg1tb3VudF9vcHRpb25zGAcgAygJQhO6SBCSAQ0QIBgBIgdyBRABGIABEisKDmNyZWF0ZV9vcHRpb25zGAggAygJQhO6SBCSAQ0QIBgBIgdyBRABGIABQgcKBV9uYW1lQg4KDF9kZXNjcmlwdGlvbkIHCgVfcGF0aEIICgZfbGFiZWwiWAoERGlzaxIaCgZkZXZpY2UYASABKAlCCrpIB3IFEAIYgAESNAoKcGFydGl0aW9ucxgCIAMoCzIgLm1ldGFsc3RhY2suYXBpLnYyLkRpc2tQYXJ0aXRpb24iogEKBFJhaWQSEgoKYXJyYXlfbmFtZRgBIAEoCRIPCgdkZXZpY2VzGAIgAygJEjgKBWxldmVsGAMgASgOMhwubWV0YWxzdGFjay5hcGkudjIuUmFpZExldmVsQgu6SAjIAQGCAQIQARIrCg5jcmVhdGVfb3B0aW9ucxgEIAMoCUITukgQkgENECAYASIHcgUQARiAARIOCgZzcGFyZXMYBSABKAUimAEKDURpc2tQYXJ0aXRpb24SDgoGbnVtYmVyGAEgASgNEhIKBWxhYmVsGAIgASgJSACIAQESDAoEc2l6ZRgDIAEoBBI+CghncHRfdHlwZRgEIAEoDjIaLm1ldGFsc3RhY2suYXBpLnYyLkdQVFR5cGVCC7pICMgBAYIBAhABSAGIAQFCCAoGX2xhYmVsQgsKCV9ncHRfdHlwZSJHCgtWb2x1bWVHcm91cBIZCgRuYW1lGAEgASgJQgu6SAhyBsCzrrECARIPCgdkZXZpY2VzGAIgAygJEgwKBHRhZ3MYAyADKAkikgEKDUxvZ2ljYWxWb2x1bWUSGQoEbmFtZRgBIAEoCUILukgIcgbAs66xAgESIAoMdm9sdW1lX2dyb3VwGAIgASgJQgq6SAdyBRACGIABEgwKBHNpemUYAyABKAQSNgoIbHZtX3R5cGUYBCABKA4yGi5tZXRhbHN0YWNrLmFwaS52Mi5MVk1UeXBlQgi6SAWCAQIQASqGAQoHTFZNVHlwZRIYChRMVk1fVFlQRV9VTlNQRUNJRklFRBAAEh8KD0xWTV9UWVBFX0xJTkVBUhABGgqCshkGbGluZWFyEiEKEExWTV9UWVBFX1NUUklQRUQQAhoLgrIZB3N0cmlwZWQSHQoOTFZNX1RZUEVfUkFJRDEQAxoJgrIZBXJhaWQxKsQBCgZGb3JtYXQSFgoSRk9STUFUX1VOU1BFQ0lGSUVEEAASGQoLRk9STUFUX1ZGQVQQARoIgrIZBHZmYXQSGQoLRk9STUFUX0VYVDMQAhoIgrIZBGV4dDMSGQoLRk9STUFUX0VYVDQQAxoIgrIZBGV4dDQSGQoLRk9STUFUX1NXQVAQBBoIgrIZBHN3YXASGwoMRk9STUFUX1RNUEZTEAUaCYKyGQV0bXBmcxIZCgtGT1JNQVRfTk9ORRAGGgiCshkEbm9uZSqjAQoHR1BUVHlwZRIYChRHUFRfVFlQRV9VTlNQRUNJRklFRBAAEhsKDUdQVF9UWVBFX0JPT1QQARoIgrIZBGVmMDASHAoOR1BUX1RZUEVfTElOVVgQAhoIgrIZBDgzMDASIQoTR1BUX1RZUEVfTElOVVhfUkFJRBADGgiCshkEZmQwMBIgChJHUFRfVFlQRV9MSU5VWF9MVk0QBBoIgrIZBDhlMDAqSwoJUmFpZExldmVsEhoKFlJBSURfTEVWRUxfVU5TUEVDSUZJRUQQABIQCgxSQUlEX0xFVkVMXzAQARIQCgxSQUlEX0xFVkVMXzEQAjL6AQoRRmlsZXN5c3RlbVNlcnZpY2UScAoDR2V0Ei4ubWV0YWxzdGFjay5hcGkudjIuRmlsZXN5c3RlbVNlcnZpY2VHZXRSZXF1ZXN0Gi8ubWV0YWxzdGFjay5hcGkudjIuRmlsZXN5c3RlbVNlcnZpY2VHZXRSZXNwb25zZSII2PMYAuDzGAIScwoETGlzdBIvLm1ldGFsc3RhY2suYXBpLnYyLkZpbGVzeXN0ZW1TZXJ2aWNlTGlzdFJlcXVlc3QaMC5tZXRhbHN0YWNrLmFwaS52Mi5GaWxlc3lzdGVtU2VydmljZUxpc3RSZXNwb25zZSII2PMYAuDzGAJCxQEKFWNvbS5tZXRhbHN0YWNrLmFwaS52MkIPRmlsZXN5c3RlbVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
12
12
  /**
13
13
  * Describes the message metalstack.api.v2.FilesystemServiceGetRequest.
14
14
  * Use `create(FilesystemServiceGetRequestSchema)` to create a new message.
@@ -29,66 +29,46 @@ export const FilesystemServiceGetResponseSchema = /*@__PURE__*/ messageDesc(file
29
29
  * Use `create(FilesystemServiceListResponseSchema)` to create a new message.
30
30
  */
31
31
  export const FilesystemServiceListResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 3);
32
- /**
33
- * Describes the message metalstack.api.v2.FilesystemServiceMatchRequest.
34
- * Use `create(FilesystemServiceMatchRequestSchema)` to create a new message.
35
- */
36
- export const FilesystemServiceMatchRequestSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 4);
37
- /**
38
- * Describes the message metalstack.api.v2.MatchImageAndSize.
39
- * Use `create(MatchImageAndSizeSchema)` to create a new message.
40
- */
41
- export const MatchImageAndSizeSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 5);
42
- /**
43
- * Describes the message metalstack.api.v2.MatchMachine.
44
- * Use `create(MatchMachineSchema)` to create a new message.
45
- */
46
- export const MatchMachineSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 6);
47
- /**
48
- * Describes the message metalstack.api.v2.FilesystemServiceMatchResponse.
49
- * Use `create(FilesystemServiceMatchResponseSchema)` to create a new message.
50
- */
51
- export const FilesystemServiceMatchResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 7);
52
32
  /**
53
33
  * Describes the message metalstack.api.v2.FilesystemLayout.
54
34
  * Use `create(FilesystemLayoutSchema)` to create a new message.
55
35
  */
56
- export const FilesystemLayoutSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 8);
36
+ export const FilesystemLayoutSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 4);
57
37
  /**
58
38
  * Describes the message metalstack.api.v2.FilesystemLayoutConstraints.
59
39
  * Use `create(FilesystemLayoutConstraintsSchema)` to create a new message.
60
40
  */
61
- export const FilesystemLayoutConstraintsSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 9);
41
+ export const FilesystemLayoutConstraintsSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 5);
62
42
  /**
63
43
  * Describes the message metalstack.api.v2.Filesystem.
64
44
  * Use `create(FilesystemSchema)` to create a new message.
65
45
  */
66
- export const FilesystemSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 10);
46
+ export const FilesystemSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 6);
67
47
  /**
68
48
  * Describes the message metalstack.api.v2.Disk.
69
49
  * Use `create(DiskSchema)` to create a new message.
70
50
  */
71
- export const DiskSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 11);
51
+ export const DiskSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 7);
72
52
  /**
73
53
  * Describes the message metalstack.api.v2.Raid.
74
54
  * Use `create(RaidSchema)` to create a new message.
75
55
  */
76
- export const RaidSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 12);
56
+ export const RaidSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 8);
77
57
  /**
78
58
  * Describes the message metalstack.api.v2.DiskPartition.
79
59
  * Use `create(DiskPartitionSchema)` to create a new message.
80
60
  */
81
- export const DiskPartitionSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 13);
61
+ export const DiskPartitionSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 9);
82
62
  /**
83
63
  * Describes the message metalstack.api.v2.VolumeGroup.
84
64
  * Use `create(VolumeGroupSchema)` to create a new message.
85
65
  */
86
- export const VolumeGroupSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 14);
66
+ export const VolumeGroupSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 10);
87
67
  /**
88
68
  * Describes the message metalstack.api.v2.LogicalVolume.
89
69
  * Use `create(LogicalVolumeSchema)` to create a new message.
90
70
  */
91
- export const LogicalVolumeSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 15);
71
+ export const LogicalVolumeSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_filesystem, 11);
92
72
  /**
93
73
  * LVMType
94
74
  *