@metal-stack/api 0.0.40-beta.0 → 0.0.45
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.
- package/js/Makefile +4 -2
- package/js/buf/validate/validate_pb.d.ts +172 -3
- package/js/buf/validate/validate_pb.js +12 -7
- package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
- package/js/metalstack/admin/v2/image_pb.js +1 -1
- package/js/metalstack/admin/v2/ip_pb.js +1 -1
- package/js/metalstack/admin/v2/machine_pb.d.ts +205 -1
- package/js/metalstack/admin/v2/machine_pb.js +42 -2
- package/js/metalstack/admin/v2/machine_pb.ts +233 -2
- package/js/metalstack/admin/v2/network_pb.js +2 -2
- package/js/metalstack/admin/v2/network_pb.ts +1 -1
- package/js/metalstack/admin/v2/partition_pb.js +1 -1
- package/js/metalstack/admin/v2/project_pb.js +1 -1
- package/js/metalstack/admin/v2/size_pb.js +1 -1
- package/js/metalstack/admin/v2/switch_pb.d.ts +1 -7
- package/js/metalstack/admin/v2/switch_pb.js +2 -2
- package/js/metalstack/admin/v2/task_pb.d.ts +396 -0
- package/js/metalstack/admin/v2/task_pb.js +121 -0
- package/js/metalstack/admin/v2/task_pb.ts +467 -0
- package/js/metalstack/admin/v2/tenant_pb.js +1 -1
- package/js/metalstack/admin/v2/token_pb.js +1 -1
- package/js/metalstack/admin/v2/vpn_pb.d.ts +151 -0
- package/js/metalstack/admin/v2/vpn_pb.js +38 -0
- package/js/metalstack/api/v2/common_pb.d.ts +35 -0
- package/js/metalstack/api/v2/common_pb.js +42 -6
- package/js/metalstack/api/v2/common_pb.ts +47 -5
- package/js/metalstack/api/v2/filesystem_pb.js +1 -1
- package/js/metalstack/api/v2/health_pb.js +1 -1
- package/js/metalstack/api/v2/image_pb.js +1 -1
- package/js/metalstack/api/v2/ip_pb.js +1 -1
- package/js/metalstack/api/v2/machine_pb.d.ts +451 -18
- package/js/metalstack/api/v2/machine_pb.js +160 -31
- package/js/metalstack/api/v2/machine_pb.ts +536 -45
- package/js/metalstack/api/v2/method_pb.d.ts +9 -1
- package/js/metalstack/api/v2/method_pb.js +2 -2
- package/js/metalstack/api/v2/method_pb.ts +9 -2
- package/js/metalstack/api/v2/network_pb.js +2 -2
- package/js/metalstack/api/v2/network_pb.ts +1 -1
- package/js/metalstack/api/v2/partition_pb.js +2 -2
- package/js/metalstack/api/v2/partition_pb.ts +1 -1
- package/js/metalstack/api/v2/predefined_rules_pb.d.ts +2 -2
- package/js/metalstack/api/v2/predefined_rules_pb.js +4 -4
- package/js/metalstack/api/v2/predefined_rules_pb.ts +3 -3
- package/js/metalstack/api/v2/project_pb.js +1 -1
- package/js/metalstack/api/v2/size_pb.js +1 -1
- package/js/metalstack/api/v2/switch_pb.d.ts +43 -1
- package/js/metalstack/api/v2/switch_pb.js +8 -3
- package/js/metalstack/api/v2/switch_pb.ts +1 -1
- package/js/metalstack/api/v2/tenant_pb.js +1 -1
- package/js/metalstack/api/v2/token_pb.d.ts +28 -3
- package/js/metalstack/api/v2/token_pb.js +2 -2
- package/js/metalstack/api/v2/token_pb.ts +26 -4
- package/js/metalstack/api/v2/user_pb.js +1 -1
- package/js/metalstack/api/v2/version_pb.js +1 -1
- package/js/metalstack/api/v2/vpn_pb.d.ts +55 -0
- package/js/metalstack/api/v2/vpn_pb.js +14 -0
- package/js/metalstack/infra/v2/bmc_pb.d.ts +142 -2
- package/js/metalstack/infra/v2/bmc_pb.js +25 -2
- package/js/metalstack/infra/v2/bmc_pb.ts +136 -18
- package/js/metalstack/infra/v2/boot_pb.d.ts +368 -0
- package/js/metalstack/infra/v2/boot_pb.js +80 -0
- package/js/metalstack/infra/v2/boot_pb.ts +435 -0
- package/js/metalstack/infra/v2/event_pb.js +1 -1
- package/js/metalstack/infra/v2/switch_pb.d.ts +4 -34
- package/js/metalstack/infra/v2/switch_pb.js +3 -8
- package/package.json +5 -3
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
|
|
2
|
+
// @generated from file metalstack/infra/v2/boot.proto (package metalstack.infra.v2, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb";
|
|
8
|
+
import { file_metalstack_api_v2_common } from "../../api/v2/common_pb";
|
|
9
|
+
import type { MachineAllocation, MachineBios, MachineBMC, MachineFRU, MachineHardware } from "../../api/v2/machine_pb";
|
|
10
|
+
import { file_metalstack_api_v2_machine } from "../../api/v2/machine_pb";
|
|
11
|
+
import { file_metalstack_api_v2_predefined_rules } from "../../api/v2/predefined_rules_pb";
|
|
12
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the file metalstack/infra/v2/boot.proto.
|
|
16
|
+
*/
|
|
17
|
+
export const file_metalstack_infra_v2_boot: GenFile = /*@__PURE__*/
|
|
18
|
+
fileDesc("Ch5tZXRhbHN0YWNrL2luZnJhL3YyL2Jvb3QucHJvdG8SE21ldGFsc3RhY2suaW5mcmEudjIiUAoWQm9vdFNlcnZpY2VEaGNwUmVxdWVzdBIWCgR1dWlkGAEgASgJQgi6SAVyA7ABARIeCglwYXJ0aXRpb24YAiABKAlCC7pICHIG0LOusQIBIhkKF0Jvb3RTZXJ2aWNlRGhjcFJlc3BvbnNlIlIKFkJvb3RTZXJ2aWNlQm9vdFJlcXVlc3QSGAoDbWFjGAEgASgJQgu6SAhyBrizrrECARIeCglwYXJ0aXRpb24YAiABKAlCC7pICHIG0LOusQIBIn0KF0Jvb3RTZXJ2aWNlQm9vdFJlc3BvbnNlEhsKBmtlcm5lbBgBIAEoCUILukgIcgbgs66xAgESFgoOaW5pdF9yYW1fZGlza3MYAiADKAkSIQoHY21kbGluZRgDIAEoCUILukgIcgbIs66xAgFIAIgBAUIKCghfY21kbGluZSLJAgoaQm9vdFNlcnZpY2VSZWdpc3RlclJlcXVlc3QSFgoEdXVpZBgBIAEoCUIIukgFcgOwAQESNAoIaGFyZHdhcmUYAiABKAsyIi5tZXRhbHN0YWNrLmFwaS52Mi5NYWNoaW5lSGFyZHdhcmUSLAoEYmlvcxgDIAEoCzIeLm1ldGFsc3RhY2suYXBpLnYyLk1hY2hpbmVCaW9zEioKA2JtYxgEIAEoCzIdLm1ldGFsc3RhY2suYXBpLnYyLk1hY2hpbmVCTUMSKgoDZnJ1GAUgASgLMh0ubWV0YWxzdGFjay5hcGkudjIuTWFjaGluZUZSVRIMCgR0YWdzGAYgAygJEikKFG1ldGFsX2hhbW1lcl92ZXJzaW9uGAcgASgJQgu6SAhyBsizrrECARIeCglwYXJ0aXRpb24YCCABKAlCC7pICHIG0LOusQIBInAKG0Jvb3RTZXJ2aWNlUmVnaXN0ZXJSZXNwb25zZRIWCgR1dWlkGAEgASgJQgi6SAVyA7ABARIZCgRzaXplGAIgASgJQgu6SAhyBsizrrECARIeCglwYXJ0aXRpb24YAyABKAlCC7pICHIG0LOusQIBIjAKFkJvb3RTZXJ2aWNlV2FpdFJlcXVlc3QSFgoEdXVpZBgBIAEoCUIIukgFcgOwAQEiUwoXQm9vdFNlcnZpY2VXYWl0UmVzcG9uc2USOAoKYWxsb2NhdGlvbhgBIAEoCzIkLm1ldGFsc3RhY2suYXBpLnYyLk1hY2hpbmVBbGxvY2F0aW9uImcKJ0Jvb3RTZXJ2aWNlSW5zdGFsbGF0aW9uU3VjY2VlZGVkUmVxdWVzdBIWCgR1dWlkGAEgASgJQgi6SAVyA7ABARIkChBjb25zb2xlX3Bhc3N3b3JkGAIgASgJQgq6SAdyBRACGIABIioKKEJvb3RTZXJ2aWNlSW5zdGFsbGF0aW9uU3VjY2VlZGVkUmVzcG9uc2UiPQojQm9vdFNlcnZpY2VTdXBlclVzZXJQYXNzd29yZFJlcXVlc3QSFgoEdXVpZBgBIAEoCUIIukgFcgOwAQEiaQokQm9vdFNlcnZpY2VTdXBlclVzZXJQYXNzd29yZFJlc3BvbnNlEhgKEGZlYXR1cmVfZGlzYWJsZWQYASABKAgSJwoTc3VwZXJfdXNlcl9wYXNzd29yZBgCIAEoCUIKukgHcgUQAhiAATKLBgoLQm9vdFNlcnZpY2USbAoERGhjcBIrLm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VEaGNwUmVxdWVzdBosLm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VEaGNwUmVzcG9uc2UiCeDzGALq8xgBARJsCgRCb290EisubWV0YWxzdGFjay5pbmZyYS52Mi5Cb290U2VydmljZUJvb3RSZXF1ZXN0GiwubWV0YWxzdGFjay5pbmZyYS52Mi5Cb290U2VydmljZUJvb3RSZXNwb25zZSIJ4PMYAurzGAEBEpMBChFTdXBlclVzZXJQYXNzd29yZBI4Lm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VTdXBlclVzZXJQYXNzd29yZFJlcXVlc3QaOS5tZXRhbHN0YWNrLmluZnJhLnYyLkJvb3RTZXJ2aWNlU3VwZXJVc2VyUGFzc3dvcmRSZXNwb25zZSIJ4PMYAvLzGAEBEngKCFJlZ2lzdGVyEi8ubWV0YWxzdGFjay5pbmZyYS52Mi5Cb290U2VydmljZVJlZ2lzdGVyUmVxdWVzdBowLm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VSZWdpc3RlclJlc3BvbnNlIgng8xgC8vMYAQESbgoEV2FpdBIrLm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VXYWl0UmVxdWVzdBosLm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VXYWl0UmVzcG9uc2UiCeDzGALy8xgBATABEp8BChVJbnN0YWxsYXRpb25TdWNjZWVkZWQSPC5tZXRhbHN0YWNrLmluZnJhLnYyLkJvb3RTZXJ2aWNlSW5zdGFsbGF0aW9uU3VjY2VlZGVkUmVxdWVzdBo9Lm1ldGFsc3RhY2suaW5mcmEudjIuQm9vdFNlcnZpY2VJbnN0YWxsYXRpb25TdWNjZWVkZWRSZXNwb25zZSIJ4PMYAvLzGAEBQs0BChdjb20ubWV0YWxzdGFjay5pbmZyYS52MkIJQm9vdFByb3RvUAFaOWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svaW5mcmEvdjI7aW5mcmF2MqICA01JWKoCE01ldGFsc3RhY2suSW5mcmEuVjLKAhNNZXRhbHN0YWNrXEluZnJhXFYy4gIfTWV0YWxzdGFja1xJbmZyYVxWMlxHUEJNZXRhZGF0YeoCFU1ldGFsc3RhY2s6OkluZnJhOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_machine, file_metalstack_api_v2_predefined_rules]);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* BootServiceDhcpRequest is called once a machine issues a dhcp request
|
|
22
|
+
*
|
|
23
|
+
* @generated from message metalstack.infra.v2.BootServiceDhcpRequest
|
|
24
|
+
*/
|
|
25
|
+
export type BootServiceDhcpRequest = Message<"metalstack.infra.v2.BootServiceDhcpRequest"> & {
|
|
26
|
+
/**
|
|
27
|
+
* UUID of the machine
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: string uuid = 1;
|
|
30
|
+
*/
|
|
31
|
+
uuid: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Partition where this machine is located
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: string partition = 2;
|
|
37
|
+
*/
|
|
38
|
+
partition: string;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message metalstack.infra.v2.BootServiceDhcpRequest.
|
|
43
|
+
* Use `create(BootServiceDhcpRequestSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const BootServiceDhcpRequestSchema: GenMessage<BootServiceDhcpRequest> = /*@__PURE__*/
|
|
46
|
+
messageDesc(file_metalstack_infra_v2_boot, 0);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* BootServiceDhcpResponse contains the response to a dhcp request
|
|
50
|
+
*
|
|
51
|
+
* @generated from message metalstack.infra.v2.BootServiceDhcpResponse
|
|
52
|
+
*/
|
|
53
|
+
export type BootServiceDhcpResponse = Message<"metalstack.infra.v2.BootServiceDhcpResponse"> & {
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message metalstack.infra.v2.BootServiceDhcpResponse.
|
|
58
|
+
* Use `create(BootServiceDhcpResponseSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export const BootServiceDhcpResponseSchema: GenMessage<BootServiceDhcpResponse> = /*@__PURE__*/
|
|
61
|
+
messageDesc(file_metalstack_infra_v2_boot, 1);
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* BootServiceBootRequest is called to get specified parameters to boot a machine with the given mac
|
|
65
|
+
*
|
|
66
|
+
* @generated from message metalstack.infra.v2.BootServiceBootRequest
|
|
67
|
+
*/
|
|
68
|
+
export type BootServiceBootRequest = Message<"metalstack.infra.v2.BootServiceBootRequest"> & {
|
|
69
|
+
/**
|
|
70
|
+
* Mac address of the machine
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: string mac = 1;
|
|
73
|
+
*/
|
|
74
|
+
mac: string;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Partition where this machine is located
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: string partition = 2;
|
|
80
|
+
*/
|
|
81
|
+
partition: string;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Describes the message metalstack.infra.v2.BootServiceBootRequest.
|
|
86
|
+
* Use `create(BootServiceBootRequestSchema)` to create a new message.
|
|
87
|
+
*/
|
|
88
|
+
export const BootServiceBootRequestSchema: GenMessage<BootServiceBootRequest> = /*@__PURE__*/
|
|
89
|
+
messageDesc(file_metalstack_infra_v2_boot, 2);
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* BootServiceBootResponse contains additional infos which are required to boot a machine
|
|
93
|
+
*
|
|
94
|
+
* @generated from message metalstack.infra.v2.BootServiceBootResponse
|
|
95
|
+
*/
|
|
96
|
+
export type BootServiceBootResponse = Message<"metalstack.infra.v2.BootServiceBootResponse"> & {
|
|
97
|
+
/**
|
|
98
|
+
* Kernel is the url to the linux kernel to boot
|
|
99
|
+
*
|
|
100
|
+
* @generated from field: string kernel = 1;
|
|
101
|
+
*/
|
|
102
|
+
kernel: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Initial ram disk is the url to the initial ram disk to boot
|
|
106
|
+
*
|
|
107
|
+
* @generated from field: repeated string init_ram_disks = 2;
|
|
108
|
+
*/
|
|
109
|
+
initRamDisks: string[];
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* CMDLine contains kernel command line parameters to boot
|
|
113
|
+
*
|
|
114
|
+
* @generated from field: optional string cmdline = 3;
|
|
115
|
+
*/
|
|
116
|
+
cmdline?: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Describes the message metalstack.infra.v2.BootServiceBootResponse.
|
|
121
|
+
* Use `create(BootServiceBootResponseSchema)` to create a new message.
|
|
122
|
+
*/
|
|
123
|
+
export const BootServiceBootResponseSchema: GenMessage<BootServiceBootResponse> = /*@__PURE__*/
|
|
124
|
+
messageDesc(file_metalstack_infra_v2_boot, 3);
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* BootServiceRegisterRequest is called from metal-hammer to register a machine with as much hardware details as possible
|
|
128
|
+
*
|
|
129
|
+
* @generated from message metalstack.infra.v2.BootServiceRegisterRequest
|
|
130
|
+
*/
|
|
131
|
+
export type BootServiceRegisterRequest = Message<"metalstack.infra.v2.BootServiceRegisterRequest"> & {
|
|
132
|
+
/**
|
|
133
|
+
* UUID of this machine
|
|
134
|
+
*
|
|
135
|
+
* @generated from field: string uuid = 1;
|
|
136
|
+
*/
|
|
137
|
+
uuid: string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Hardware details of this machine
|
|
141
|
+
*
|
|
142
|
+
* @generated from field: metalstack.api.v2.MachineHardware hardware = 2;
|
|
143
|
+
*/
|
|
144
|
+
hardware?: MachineHardware;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Bios details of this machine
|
|
148
|
+
*
|
|
149
|
+
* @generated from field: metalstack.api.v2.MachineBios bios = 3;
|
|
150
|
+
*/
|
|
151
|
+
bios?: MachineBios;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* BMC details of this machine
|
|
155
|
+
*
|
|
156
|
+
* @generated from field: metalstack.api.v2.MachineBMC bmc = 4;
|
|
157
|
+
*/
|
|
158
|
+
bmc?: MachineBMC;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* FRU details of this machine
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: metalstack.api.v2.MachineFRU fru = 5;
|
|
164
|
+
*/
|
|
165
|
+
fru?: MachineFRU;
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Tags of this machine
|
|
169
|
+
*
|
|
170
|
+
* @generated from field: repeated string tags = 6;
|
|
171
|
+
*/
|
|
172
|
+
tags: string[];
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* MetalHammer version this machine was bootet into
|
|
176
|
+
*
|
|
177
|
+
* @generated from field: string metal_hammer_version = 7;
|
|
178
|
+
*/
|
|
179
|
+
metalHammerVersion: string;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Partition where this machine is located
|
|
183
|
+
*
|
|
184
|
+
* @generated from field: string partition = 8;
|
|
185
|
+
*/
|
|
186
|
+
partition: string;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message metalstack.infra.v2.BootServiceRegisterRequest.
|
|
191
|
+
* Use `create(BootServiceRegisterRequestSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export const BootServiceRegisterRequestSchema: GenMessage<BootServiceRegisterRequest> = /*@__PURE__*/
|
|
194
|
+
messageDesc(file_metalstack_infra_v2_boot, 4);
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* BootServiceRegisterResponse response to a BootServiceRegisterResponse request
|
|
198
|
+
*
|
|
199
|
+
* @generated from message metalstack.infra.v2.BootServiceRegisterResponse
|
|
200
|
+
*/
|
|
201
|
+
export type BootServiceRegisterResponse = Message<"metalstack.infra.v2.BootServiceRegisterResponse"> & {
|
|
202
|
+
/**
|
|
203
|
+
* UUID of this machine
|
|
204
|
+
*
|
|
205
|
+
* @generated from field: string uuid = 1;
|
|
206
|
+
*/
|
|
207
|
+
uuid: string;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Size is the calculated size from given hardware details
|
|
211
|
+
*
|
|
212
|
+
* @generated from field: string size = 2;
|
|
213
|
+
*/
|
|
214
|
+
size: string;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Partition of this machine
|
|
218
|
+
*
|
|
219
|
+
* @generated from field: string partition = 3;
|
|
220
|
+
*/
|
|
221
|
+
partition: string;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Describes the message metalstack.infra.v2.BootServiceRegisterResponse.
|
|
226
|
+
* Use `create(BootServiceRegisterResponseSchema)` to create a new message.
|
|
227
|
+
*/
|
|
228
|
+
export const BootServiceRegisterResponseSchema: GenMessage<BootServiceRegisterResponse> = /*@__PURE__*/
|
|
229
|
+
messageDesc(file_metalstack_infra_v2_boot, 5);
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* BootServiceWaitRequest is called when a machine was registered and is waiting for allocation
|
|
233
|
+
*
|
|
234
|
+
* @generated from message metalstack.infra.v2.BootServiceWaitRequest
|
|
235
|
+
*/
|
|
236
|
+
export type BootServiceWaitRequest = Message<"metalstack.infra.v2.BootServiceWaitRequest"> & {
|
|
237
|
+
/**
|
|
238
|
+
* UUID of this machine
|
|
239
|
+
*
|
|
240
|
+
* @generated from field: string uuid = 1;
|
|
241
|
+
*/
|
|
242
|
+
uuid: string;
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Describes the message metalstack.infra.v2.BootServiceWaitRequest.
|
|
247
|
+
* Use `create(BootServiceWaitRequestSchema)` to create a new message.
|
|
248
|
+
*/
|
|
249
|
+
export const BootServiceWaitRequestSchema: GenMessage<BootServiceWaitRequest> = /*@__PURE__*/
|
|
250
|
+
messageDesc(file_metalstack_infra_v2_boot, 6);
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* BootServiceWaitResponse response to a wait request
|
|
254
|
+
*
|
|
255
|
+
* @generated from message metalstack.infra.v2.BootServiceWaitResponse
|
|
256
|
+
*/
|
|
257
|
+
export type BootServiceWaitResponse = Message<"metalstack.infra.v2.BootServiceWaitResponse"> & {
|
|
258
|
+
/**
|
|
259
|
+
* Allocation contains the machine.allocation to actually install the machine
|
|
260
|
+
*
|
|
261
|
+
* @generated from field: metalstack.api.v2.MachineAllocation allocation = 1;
|
|
262
|
+
*/
|
|
263
|
+
allocation?: MachineAllocation;
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Describes the message metalstack.infra.v2.BootServiceWaitResponse.
|
|
268
|
+
* Use `create(BootServiceWaitResponseSchema)` to create a new message.
|
|
269
|
+
*/
|
|
270
|
+
export const BootServiceWaitResponseSchema: GenMessage<BootServiceWaitResponse> = /*@__PURE__*/
|
|
271
|
+
messageDesc(file_metalstack_infra_v2_boot, 7);
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* BootServiceInstallationSucceededRequest is sent from metal-hammer to the api to report the installation succeeded
|
|
275
|
+
*
|
|
276
|
+
* @generated from message metalstack.infra.v2.BootServiceInstallationSucceededRequest
|
|
277
|
+
*/
|
|
278
|
+
export type BootServiceInstallationSucceededRequest = Message<"metalstack.infra.v2.BootServiceInstallationSucceededRequest"> & {
|
|
279
|
+
/**
|
|
280
|
+
* UUID of the machine to boot
|
|
281
|
+
*
|
|
282
|
+
* @generated from field: string uuid = 1;
|
|
283
|
+
*/
|
|
284
|
+
uuid: string;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* ConsolePassword
|
|
288
|
+
*
|
|
289
|
+
* @generated from field: string console_password = 2;
|
|
290
|
+
*/
|
|
291
|
+
consolePassword: string;
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Describes the message metalstack.infra.v2.BootServiceInstallationSucceededRequest.
|
|
296
|
+
* Use `create(BootServiceInstallationSucceededRequestSchema)` to create a new message.
|
|
297
|
+
*/
|
|
298
|
+
export const BootServiceInstallationSucceededRequestSchema: GenMessage<BootServiceInstallationSucceededRequest> = /*@__PURE__*/
|
|
299
|
+
messageDesc(file_metalstack_infra_v2_boot, 8);
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* BootServiceInstallationSucceededResponse is the response to a BootServiceInstallationSucceededRequest
|
|
303
|
+
*
|
|
304
|
+
* @generated from message metalstack.infra.v2.BootServiceInstallationSucceededResponse
|
|
305
|
+
*/
|
|
306
|
+
export type BootServiceInstallationSucceededResponse = Message<"metalstack.infra.v2.BootServiceInstallationSucceededResponse"> & {
|
|
307
|
+
};
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Describes the message metalstack.infra.v2.BootServiceInstallationSucceededResponse.
|
|
311
|
+
* Use `create(BootServiceInstallationSucceededResponseSchema)` to create a new message.
|
|
312
|
+
*/
|
|
313
|
+
export const BootServiceInstallationSucceededResponseSchema: GenMessage<BootServiceInstallationSucceededResponse> = /*@__PURE__*/
|
|
314
|
+
messageDesc(file_metalstack_infra_v2_boot, 9);
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* BootServiceSuperUserPasswordRequest this call returns the password for the machine superuser
|
|
318
|
+
*
|
|
319
|
+
* @generated from message metalstack.infra.v2.BootServiceSuperUserPasswordRequest
|
|
320
|
+
*/
|
|
321
|
+
export type BootServiceSuperUserPasswordRequest = Message<"metalstack.infra.v2.BootServiceSuperUserPasswordRequest"> & {
|
|
322
|
+
/**
|
|
323
|
+
* UUID of this machine
|
|
324
|
+
*
|
|
325
|
+
* @generated from field: string uuid = 1;
|
|
326
|
+
*/
|
|
327
|
+
uuid: string;
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* Describes the message metalstack.infra.v2.BootServiceSuperUserPasswordRequest.
|
|
332
|
+
* Use `create(BootServiceSuperUserPasswordRequestSchema)` to create a new message.
|
|
333
|
+
*/
|
|
334
|
+
export const BootServiceSuperUserPasswordRequestSchema: GenMessage<BootServiceSuperUserPasswordRequest> = /*@__PURE__*/
|
|
335
|
+
messageDesc(file_metalstack_infra_v2_boot, 10);
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* BootServiceSuperUserPasswordResponse the super user password is returned
|
|
339
|
+
*
|
|
340
|
+
* @generated from message metalstack.infra.v2.BootServiceSuperUserPasswordResponse
|
|
341
|
+
*/
|
|
342
|
+
export type BootServiceSuperUserPasswordResponse = Message<"metalstack.infra.v2.BootServiceSuperUserPasswordResponse"> & {
|
|
343
|
+
/**
|
|
344
|
+
* FeatureDisabled on set the superuserpassword in the bmc if this feature is not disabled.
|
|
345
|
+
*
|
|
346
|
+
* @generated from field: bool feature_disabled = 1;
|
|
347
|
+
*/
|
|
348
|
+
featureDisabled: boolean;
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* SuperUserPassword is the password of the superuser on the ipmi device
|
|
352
|
+
*
|
|
353
|
+
* @generated from field: string super_user_password = 2;
|
|
354
|
+
*/
|
|
355
|
+
superUserPassword: string;
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* Describes the message metalstack.infra.v2.BootServiceSuperUserPasswordResponse.
|
|
360
|
+
* Use `create(BootServiceSuperUserPasswordResponseSchema)` to create a new message.
|
|
361
|
+
*/
|
|
362
|
+
export const BootServiceSuperUserPasswordResponseSchema: GenMessage<BootServiceSuperUserPasswordResponse> = /*@__PURE__*/
|
|
363
|
+
messageDesc(file_metalstack_infra_v2_boot, 11);
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* BootService is used for all boot related requests, either pixiecore or metal-hammer
|
|
367
|
+
*
|
|
368
|
+
* Pixiecore
|
|
369
|
+
*
|
|
370
|
+
* @generated from service metalstack.infra.v2.BootService
|
|
371
|
+
*/
|
|
372
|
+
export const BootService: GenService<{
|
|
373
|
+
/**
|
|
374
|
+
* Dhcp is the first dhcp request (option 97). A ProvisioningEventPXEBooting is fired
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc metalstack.infra.v2.BootService.Dhcp
|
|
377
|
+
*/
|
|
378
|
+
dhcp: {
|
|
379
|
+
methodKind: "unary";
|
|
380
|
+
input: typeof BootServiceDhcpRequestSchema;
|
|
381
|
+
output: typeof BootServiceDhcpResponseSchema;
|
|
382
|
+
},
|
|
383
|
+
/**
|
|
384
|
+
* Boot is called from pixie once the machine got the first dhcp response and ipxie asks for subsequent kernel and initrd
|
|
385
|
+
*
|
|
386
|
+
* @generated from rpc metalstack.infra.v2.BootService.Boot
|
|
387
|
+
*/
|
|
388
|
+
boot: {
|
|
389
|
+
methodKind: "unary";
|
|
390
|
+
input: typeof BootServiceBootRequestSchema;
|
|
391
|
+
output: typeof BootServiceBootResponseSchema;
|
|
392
|
+
},
|
|
393
|
+
/**
|
|
394
|
+
* SuperUserPassword metal-hammer takes the configured root password for the bmc from metal-apiserver and configure the bmc accordingly
|
|
395
|
+
*
|
|
396
|
+
* @generated from rpc metalstack.infra.v2.BootService.SuperUserPassword
|
|
397
|
+
*/
|
|
398
|
+
superUserPassword: {
|
|
399
|
+
methodKind: "unary";
|
|
400
|
+
input: typeof BootServiceSuperUserPasswordRequestSchema;
|
|
401
|
+
output: typeof BootServiceSuperUserPasswordResponseSchema;
|
|
402
|
+
},
|
|
403
|
+
/**
|
|
404
|
+
* Register is called from metal-hammer after hardware inventory is finished, tells metal-apiserver all gory details about that machine
|
|
405
|
+
*
|
|
406
|
+
* @generated from rpc metalstack.infra.v2.BootService.Register
|
|
407
|
+
*/
|
|
408
|
+
register: {
|
|
409
|
+
methodKind: "unary";
|
|
410
|
+
input: typeof BootServiceRegisterRequestSchema;
|
|
411
|
+
output: typeof BootServiceRegisterResponseSchema;
|
|
412
|
+
},
|
|
413
|
+
/**
|
|
414
|
+
* Wait is a hanging call that waits until the machine gets allocated by a user
|
|
415
|
+
*
|
|
416
|
+
* @generated from rpc metalstack.infra.v2.BootService.Wait
|
|
417
|
+
*/
|
|
418
|
+
wait: {
|
|
419
|
+
methodKind: "server_streaming";
|
|
420
|
+
input: typeof BootServiceWaitRequestSchema;
|
|
421
|
+
output: typeof BootServiceWaitResponseSchema;
|
|
422
|
+
},
|
|
423
|
+
/**
|
|
424
|
+
* InstallationSucceeded tells metal-apiserver installation was either successful
|
|
425
|
+
*
|
|
426
|
+
* @generated from rpc metalstack.infra.v2.BootService.InstallationSucceeded
|
|
427
|
+
*/
|
|
428
|
+
installationSucceeded: {
|
|
429
|
+
methodKind: "unary";
|
|
430
|
+
input: typeof BootServiceInstallationSucceededRequestSchema;
|
|
431
|
+
output: typeof BootServiceInstallationSucceededResponseSchema;
|
|
432
|
+
},
|
|
433
|
+
}> = /*@__PURE__*/
|
|
434
|
+
serviceDesc(file_metalstack_infra_v2_boot, 0);
|
|
435
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
|
|
2
2
|
// @generated from file metalstack/infra/v2/event.proto (package metalstack.infra.v2, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
-
import type { Duration
|
|
3
|
-
import type { Switch, SwitchBGPPortState, SwitchPortStatus } from "../../api/v2/switch_pb";
|
|
2
|
+
import type { Duration } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Switch, SwitchBGPPortState, SwitchPortStatus, SwitchSync } from "../../api/v2/switch_pb";
|
|
4
4
|
import type { Message } from "@bufbuild/protobuf";
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file metalstack/infra/v2/switch.proto.
|
|
@@ -139,13 +139,13 @@ export type SwitchServiceHeartbeatResponse = Message<"metalstack.infra.v2.Switch
|
|
|
139
139
|
/**
|
|
140
140
|
* LastSync holds information about the last sync.
|
|
141
141
|
*
|
|
142
|
-
* @generated from field: metalstack.
|
|
142
|
+
* @generated from field: metalstack.api.v2.SwitchSync last_sync = 2;
|
|
143
143
|
*/
|
|
144
144
|
lastSync?: SwitchSync;
|
|
145
145
|
/**
|
|
146
146
|
* LastSyncError holds information about the last erroneous sync.
|
|
147
147
|
*
|
|
148
|
-
* @generated from field: metalstack.
|
|
148
|
+
* @generated from field: metalstack.api.v2.SwitchSync last_sync_error = 3;
|
|
149
149
|
*/
|
|
150
150
|
lastSyncError?: SwitchSync;
|
|
151
151
|
};
|
|
@@ -154,36 +154,6 @@ export type SwitchServiceHeartbeatResponse = Message<"metalstack.infra.v2.Switch
|
|
|
154
154
|
* Use `create(SwitchServiceHeartbeatResponseSchema)` to create a new message.
|
|
155
155
|
*/
|
|
156
156
|
export declare const SwitchServiceHeartbeatResponseSchema: GenMessage<SwitchServiceHeartbeatResponse>;
|
|
157
|
-
/**
|
|
158
|
-
* SwitchSync summarizes information about a switch sync.
|
|
159
|
-
*
|
|
160
|
-
* @generated from message metalstack.infra.v2.SwitchSync
|
|
161
|
-
*/
|
|
162
|
-
export type SwitchSync = Message<"metalstack.infra.v2.SwitchSync"> & {
|
|
163
|
-
/**
|
|
164
|
-
* Time of the sync.
|
|
165
|
-
*
|
|
166
|
-
* @generated from field: google.protobuf.Timestamp time = 1;
|
|
167
|
-
*/
|
|
168
|
-
time?: Timestamp;
|
|
169
|
-
/**
|
|
170
|
-
* Duration of the sync.
|
|
171
|
-
*
|
|
172
|
-
* @generated from field: google.protobuf.Duration duration = 2;
|
|
173
|
-
*/
|
|
174
|
-
duration?: Duration;
|
|
175
|
-
/**
|
|
176
|
-
* Error if any occurred.
|
|
177
|
-
*
|
|
178
|
-
* @generated from field: optional string error = 3;
|
|
179
|
-
*/
|
|
180
|
-
error?: string;
|
|
181
|
-
};
|
|
182
|
-
/**
|
|
183
|
-
* Describes the message metalstack.infra.v2.SwitchSync.
|
|
184
|
-
* Use `create(SwitchSyncSchema)` to create a new message.
|
|
185
|
-
*/
|
|
186
|
-
export declare const SwitchSyncSchema: GenMessage<SwitchSync>;
|
|
187
157
|
/**
|
|
188
158
|
* SwitchService serves switch related functions.
|
|
189
159
|
*
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
|
|
2
2
|
// @generated from file metalstack/infra/v2/switch.proto (package metalstack.infra.v2, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb";
|
|
6
|
-
import { file_google_protobuf_duration
|
|
6
|
+
import { file_google_protobuf_duration } from "@bufbuild/protobuf/wkt";
|
|
7
7
|
import { file_metalstack_api_v2_common } from "../../api/v2/common_pb";
|
|
8
8
|
import { file_metalstack_api_v2_predefined_rules } from "../../api/v2/predefined_rules_pb";
|
|
9
9
|
import { file_metalstack_api_v2_switch } from "../../api/v2/switch_pb";
|
|
10
10
|
/**
|
|
11
11
|
* Describes the file metalstack/infra/v2/switch.proto.
|
|
12
12
|
*/
|
|
13
|
-
export const file_metalstack_infra_v2_switch = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_metalstack_infra_v2_switch = /*@__PURE__*/ 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]);
|
|
14
14
|
/**
|
|
15
15
|
* Describes the message metalstack.infra.v2.SwitchServiceGetRequest.
|
|
16
16
|
* Use `create(SwitchServiceGetRequestSchema)` to create a new message.
|
|
@@ -41,11 +41,6 @@ export const SwitchServiceHeartbeatRequestSchema = /*@__PURE__*/ messageDesc(fil
|
|
|
41
41
|
* Use `create(SwitchServiceHeartbeatResponseSchema)` to create a new message.
|
|
42
42
|
*/
|
|
43
43
|
export const SwitchServiceHeartbeatResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_infra_v2_switch, 5);
|
|
44
|
-
/**
|
|
45
|
-
* Describes the message metalstack.infra.v2.SwitchSync.
|
|
46
|
-
* Use `create(SwitchSyncSchema)` to create a new message.
|
|
47
|
-
*/
|
|
48
|
-
export const SwitchSyncSchema = /*@__PURE__*/ messageDesc(file_metalstack_infra_v2_switch, 6);
|
|
49
44
|
/**
|
|
50
45
|
* SwitchService serves switch related functions.
|
|
51
46
|
*
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"build": "tsc --project js/tsconfig.json",
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
|
-
"author": "",
|
|
9
|
+
"author": "metal-stack.io",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"typescript": "^5.9.3"
|
|
18
18
|
},
|
|
19
|
-
"files": [
|
|
20
|
-
|
|
19
|
+
"files": [
|
|
20
|
+
"js/*"
|
|
21
|
+
],
|
|
22
|
+
"version": "0.0.45"
|
|
21
23
|
}
|