@g2gs/contracts 1.0.123 → 1.0.125
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.
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1
|
|
2
|
+
// @generated from file admin/stars/v1/service.proto (package admin.stars.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { GetSettingsRequest, GetSettingsResponse, GetWalletRequest, GetWalletResponse, UpdateSettingsRequest, UpdateSettingsResponse, ValidateSettingsRequest, ValidateSettingsResponse } from "./service_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service admin.stars.v1.StarsAdminService
|
|
11
|
+
*/
|
|
12
|
+
export declare const StarsAdminService: {
|
|
13
|
+
readonly typeName: "admin.stars.v1.StarsAdminService",
|
|
14
|
+
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.GetSettings
|
|
17
|
+
*/
|
|
18
|
+
readonly getSettings: {
|
|
19
|
+
readonly name: "GetSettings",
|
|
20
|
+
readonly I: typeof GetSettingsRequest,
|
|
21
|
+
readonly O: typeof GetSettingsResponse,
|
|
22
|
+
readonly kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.UpdateSettings
|
|
26
|
+
*/
|
|
27
|
+
readonly updateSettings: {
|
|
28
|
+
readonly name: "UpdateSettings",
|
|
29
|
+
readonly I: typeof UpdateSettingsRequest,
|
|
30
|
+
readonly O: typeof UpdateSettingsResponse,
|
|
31
|
+
readonly kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.ValidateSettings
|
|
35
|
+
*/
|
|
36
|
+
readonly validateSettings: {
|
|
37
|
+
readonly name: "ValidateSettings",
|
|
38
|
+
readonly I: typeof ValidateSettingsRequest,
|
|
39
|
+
readonly O: typeof ValidateSettingsResponse,
|
|
40
|
+
readonly kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.GetWallet
|
|
44
|
+
*/
|
|
45
|
+
readonly getWallet: {
|
|
46
|
+
readonly name: "GetWallet",
|
|
47
|
+
readonly I: typeof GetWalletRequest,
|
|
48
|
+
readonly O: typeof GetWalletResponse,
|
|
49
|
+
readonly kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1
|
|
2
|
+
// @generated from file admin/stars/v1/service.proto (package admin.stars.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { GetSettingsRequest, GetSettingsResponse, GetWalletRequest, GetWalletResponse, UpdateSettingsRequest, UpdateSettingsResponse, ValidateSettingsRequest, ValidateSettingsResponse } from "./service_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service admin.stars.v1.StarsAdminService
|
|
11
|
+
*/
|
|
12
|
+
export const StarsAdminService = {
|
|
13
|
+
typeName: "admin.stars.v1.StarsAdminService",
|
|
14
|
+
methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.GetSettings
|
|
17
|
+
*/
|
|
18
|
+
getSettings: {
|
|
19
|
+
name: "GetSettings",
|
|
20
|
+
I: GetSettingsRequest,
|
|
21
|
+
O: GetSettingsResponse,
|
|
22
|
+
kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.UpdateSettings
|
|
26
|
+
*/
|
|
27
|
+
updateSettings: {
|
|
28
|
+
name: "UpdateSettings",
|
|
29
|
+
I: UpdateSettingsRequest,
|
|
30
|
+
O: UpdateSettingsResponse,
|
|
31
|
+
kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.ValidateSettings
|
|
35
|
+
*/
|
|
36
|
+
validateSettings: {
|
|
37
|
+
name: "ValidateSettings",
|
|
38
|
+
I: ValidateSettingsRequest,
|
|
39
|
+
O: ValidateSettingsResponse,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.GetWallet
|
|
44
|
+
*/
|
|
45
|
+
getWallet: {
|
|
46
|
+
name: "GetWallet",
|
|
47
|
+
I: GetWalletRequest,
|
|
48
|
+
O: GetWalletResponse,
|
|
49
|
+
kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
|
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0
|
|
2
|
+
// @generated from file admin/stars/v1/service.proto (package admin.stars.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file admin/stars/v1/service.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_admin_stars_v1_service: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message admin.stars.v1.StarsSecretStatus
|
|
15
|
+
*/
|
|
16
|
+
export declare type StarsSecretStatus = Message<"admin.stars.v1.StarsSecretStatus"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: bool configured = 1;
|
|
19
|
+
*/
|
|
20
|
+
configured: boolean;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string masked_value = 2;
|
|
24
|
+
*/
|
|
25
|
+
maskedValue: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: uint32 approx_length = 3;
|
|
29
|
+
*/
|
|
30
|
+
approxLength: number;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message admin.stars.v1.StarsSecretStatus.
|
|
35
|
+
* Use `create(StarsSecretStatusSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export declare const StarsSecretStatusSchema: GenMessage<StarsSecretStatus>;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @generated from message admin.stars.v1.StarsStorageStatus
|
|
41
|
+
*/
|
|
42
|
+
export declare type StarsStorageStatus = Message<"admin.stars.v1.StarsStorageStatus"> & {
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: string backend = 1;
|
|
45
|
+
*/
|
|
46
|
+
backend: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: string location = 2;
|
|
50
|
+
*/
|
|
51
|
+
location: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: bool encrypted_at_rest = 3;
|
|
55
|
+
*/
|
|
56
|
+
encryptedAtRest: boolean;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: bool restart_required = 4;
|
|
60
|
+
*/
|
|
61
|
+
restartRequired: boolean;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: bool hot_reload_supported = 5;
|
|
65
|
+
*/
|
|
66
|
+
hotReloadSupported: boolean;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message admin.stars.v1.StarsStorageStatus.
|
|
71
|
+
* Use `create(StarsStorageStatusSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export declare const StarsStorageStatusSchema: GenMessage<StarsStorageStatus>;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from message admin.stars.v1.StarsSettings
|
|
77
|
+
*/
|
|
78
|
+
export declare type StarsSettings = Message<"admin.stars.v1.StarsSettings"> & {
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string fragment_base_url = 1;
|
|
81
|
+
*/
|
|
82
|
+
fragmentBaseUrl: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: admin.stars.v1.StarsSecretStatus fragment_hash = 2;
|
|
86
|
+
*/
|
|
87
|
+
fragmentHash?: StarsSecretStatus;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: admin.stars.v1.StarsSecretStatus fragment_cookies_json = 3;
|
|
91
|
+
*/
|
|
92
|
+
fragmentCookiesJson?: StarsSecretStatus;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: admin.stars.v1.StarsSecretStatus ton_connect_data = 4;
|
|
96
|
+
*/
|
|
97
|
+
tonConnectData?: StarsSecretStatus;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: admin.stars.v1.StarsSecretStatus ton_mnemonic = 5;
|
|
101
|
+
*/
|
|
102
|
+
tonMnemonic?: StarsSecretStatus;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: int64 min_gas_reserve_nano = 6;
|
|
106
|
+
*/
|
|
107
|
+
minGasReserveNano: bigint;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: uint32 max_stars_per_transfer = 7;
|
|
111
|
+
*/
|
|
112
|
+
maxStarsPerTransfer: number;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: string wallet_lock_key = 8;
|
|
116
|
+
*/
|
|
117
|
+
walletLockKey: string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: string wallet_lock_ttl = 9;
|
|
121
|
+
*/
|
|
122
|
+
walletLockTtl: string;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: string wallet_lock_wait_timeout = 10;
|
|
126
|
+
*/
|
|
127
|
+
walletLockWaitTimeout: string;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: string request_cache_prefix = 11;
|
|
131
|
+
*/
|
|
132
|
+
requestCachePrefix: string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: string request_cache_ttl = 12;
|
|
136
|
+
*/
|
|
137
|
+
requestCacheTtl: string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* @generated from field: admin.stars.v1.StarsStorageStatus storage = 13;
|
|
141
|
+
*/
|
|
142
|
+
storage?: StarsStorageStatus;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Describes the message admin.stars.v1.StarsSettings.
|
|
147
|
+
* Use `create(StarsSettingsSchema)` to create a new message.
|
|
148
|
+
*/
|
|
149
|
+
export declare const StarsSettingsSchema: GenMessage<StarsSettings>;
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* @generated from message admin.stars.v1.StarsSettingsPatch
|
|
153
|
+
*/
|
|
154
|
+
export declare type StarsSettingsPatch = Message<"admin.stars.v1.StarsSettingsPatch"> & {
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: optional string fragment_base_url = 1;
|
|
157
|
+
*/
|
|
158
|
+
fragmentBaseUrl?: string;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: optional string fragment_hash = 2;
|
|
162
|
+
*/
|
|
163
|
+
fragmentHash?: string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: optional string fragment_cookies_json = 3;
|
|
167
|
+
*/
|
|
168
|
+
fragmentCookiesJson?: string;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: optional string ton_connect_data = 4;
|
|
172
|
+
*/
|
|
173
|
+
tonConnectData?: string;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: optional string ton_mnemonic = 5;
|
|
177
|
+
*/
|
|
178
|
+
tonMnemonic?: string;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @generated from field: optional int64 min_gas_reserve_nano = 6;
|
|
182
|
+
*/
|
|
183
|
+
minGasReserveNano?: bigint;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: optional uint32 max_stars_per_transfer = 7;
|
|
187
|
+
*/
|
|
188
|
+
maxStarsPerTransfer?: number;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: optional string wallet_lock_key = 8;
|
|
192
|
+
*/
|
|
193
|
+
walletLockKey?: string;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: optional string wallet_lock_ttl = 9;
|
|
197
|
+
*/
|
|
198
|
+
walletLockTtl?: string;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* @generated from field: optional string wallet_lock_wait_timeout = 10;
|
|
202
|
+
*/
|
|
203
|
+
walletLockWaitTimeout?: string;
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: optional string request_cache_prefix = 11;
|
|
207
|
+
*/
|
|
208
|
+
requestCachePrefix?: string;
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: optional string request_cache_ttl = 12;
|
|
212
|
+
*/
|
|
213
|
+
requestCacheTtl?: string;
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Describes the message admin.stars.v1.StarsSettingsPatch.
|
|
218
|
+
* Use `create(StarsSettingsPatchSchema)` to create a new message.
|
|
219
|
+
*/
|
|
220
|
+
export declare const StarsSettingsPatchSchema: GenMessage<StarsSettingsPatch>;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from message admin.stars.v1.StarsValidationIssue
|
|
224
|
+
*/
|
|
225
|
+
export declare type StarsValidationIssue = Message<"admin.stars.v1.StarsValidationIssue"> & {
|
|
226
|
+
/**
|
|
227
|
+
* @generated from field: string field = 1;
|
|
228
|
+
*/
|
|
229
|
+
field: string;
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @generated from field: string code = 2;
|
|
233
|
+
*/
|
|
234
|
+
code: string;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* @generated from field: string message = 3;
|
|
238
|
+
*/
|
|
239
|
+
message: string;
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Describes the message admin.stars.v1.StarsValidationIssue.
|
|
244
|
+
* Use `create(StarsValidationIssueSchema)` to create a new message.
|
|
245
|
+
*/
|
|
246
|
+
export declare const StarsValidationIssueSchema: GenMessage<StarsValidationIssue>;
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* @generated from message admin.stars.v1.StarsWallet
|
|
250
|
+
*/
|
|
251
|
+
export declare type StarsWallet = Message<"admin.stars.v1.StarsWallet"> & {
|
|
252
|
+
/**
|
|
253
|
+
* @generated from field: bool available = 1;
|
|
254
|
+
*/
|
|
255
|
+
available: boolean;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: string address = 2;
|
|
259
|
+
*/
|
|
260
|
+
address: string;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @generated from field: string balance_ton = 3;
|
|
264
|
+
*/
|
|
265
|
+
balanceTon: string;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: string balance_nano = 4;
|
|
269
|
+
*/
|
|
270
|
+
balanceNano: string;
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Describes the message admin.stars.v1.StarsWallet.
|
|
275
|
+
* Use `create(StarsWalletSchema)` to create a new message.
|
|
276
|
+
*/
|
|
277
|
+
export declare const StarsWalletSchema: GenMessage<StarsWallet>;
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* @generated from message admin.stars.v1.GetSettingsRequest
|
|
281
|
+
*/
|
|
282
|
+
export declare type GetSettingsRequest = Message<"admin.stars.v1.GetSettingsRequest"> & {
|
|
283
|
+
};
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* Describes the message admin.stars.v1.GetSettingsRequest.
|
|
287
|
+
* Use `create(GetSettingsRequestSchema)` to create a new message.
|
|
288
|
+
*/
|
|
289
|
+
export declare const GetSettingsRequestSchema: GenMessage<GetSettingsRequest>;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* @generated from message admin.stars.v1.GetSettingsResponse
|
|
293
|
+
*/
|
|
294
|
+
export declare type GetSettingsResponse = Message<"admin.stars.v1.GetSettingsResponse"> & {
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: admin.stars.v1.StarsSettings settings = 1;
|
|
297
|
+
*/
|
|
298
|
+
settings?: StarsSettings;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* @generated from field: repeated admin.stars.v1.StarsValidationIssue issues = 2;
|
|
302
|
+
*/
|
|
303
|
+
issues: StarsValidationIssue[];
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Describes the message admin.stars.v1.GetSettingsResponse.
|
|
308
|
+
* Use `create(GetSettingsResponseSchema)` to create a new message.
|
|
309
|
+
*/
|
|
310
|
+
export declare const GetSettingsResponseSchema: GenMessage<GetSettingsResponse>;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* @generated from message admin.stars.v1.UpdateSettingsRequest
|
|
314
|
+
*/
|
|
315
|
+
export declare type UpdateSettingsRequest = Message<"admin.stars.v1.UpdateSettingsRequest"> & {
|
|
316
|
+
/**
|
|
317
|
+
* @generated from field: admin.stars.v1.StarsSettingsPatch patch = 1;
|
|
318
|
+
*/
|
|
319
|
+
patch?: StarsSettingsPatch;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: string change_reason = 2;
|
|
323
|
+
*/
|
|
324
|
+
changeReason: string;
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* @generated from field: bool apply_immediately = 3;
|
|
328
|
+
*/
|
|
329
|
+
applyImmediately: boolean;
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* Describes the message admin.stars.v1.UpdateSettingsRequest.
|
|
334
|
+
* Use `create(UpdateSettingsRequestSchema)` to create a new message.
|
|
335
|
+
*/
|
|
336
|
+
export declare const UpdateSettingsRequestSchema: GenMessage<UpdateSettingsRequest>;
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* @generated from message admin.stars.v1.UpdateSettingsResponse
|
|
340
|
+
*/
|
|
341
|
+
export declare type UpdateSettingsResponse = Message<"admin.stars.v1.UpdateSettingsResponse"> & {
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: admin.stars.v1.StarsSettings settings = 1;
|
|
344
|
+
*/
|
|
345
|
+
settings?: StarsSettings;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: repeated admin.stars.v1.StarsValidationIssue issues = 2;
|
|
349
|
+
*/
|
|
350
|
+
issues: StarsValidationIssue[];
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: bool restart_required = 3;
|
|
354
|
+
*/
|
|
355
|
+
restartRequired: boolean;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: bool reload_triggered = 4;
|
|
359
|
+
*/
|
|
360
|
+
reloadTriggered: boolean;
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* Describes the message admin.stars.v1.UpdateSettingsResponse.
|
|
365
|
+
* Use `create(UpdateSettingsResponseSchema)` to create a new message.
|
|
366
|
+
*/
|
|
367
|
+
export declare const UpdateSettingsResponseSchema: GenMessage<UpdateSettingsResponse>;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* @generated from message admin.stars.v1.ValidateSettingsRequest
|
|
371
|
+
*/
|
|
372
|
+
export declare type ValidateSettingsRequest = Message<"admin.stars.v1.ValidateSettingsRequest"> & {
|
|
373
|
+
/**
|
|
374
|
+
* @generated from field: admin.stars.v1.StarsSettingsPatch patch = 1;
|
|
375
|
+
*/
|
|
376
|
+
patch?: StarsSettingsPatch;
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* Describes the message admin.stars.v1.ValidateSettingsRequest.
|
|
381
|
+
* Use `create(ValidateSettingsRequestSchema)` to create a new message.
|
|
382
|
+
*/
|
|
383
|
+
export declare const ValidateSettingsRequestSchema: GenMessage<ValidateSettingsRequest>;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* @generated from message admin.stars.v1.ValidateSettingsResponse
|
|
387
|
+
*/
|
|
388
|
+
export declare type ValidateSettingsResponse = Message<"admin.stars.v1.ValidateSettingsResponse"> & {
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: bool valid = 1;
|
|
391
|
+
*/
|
|
392
|
+
valid: boolean;
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* @generated from field: repeated admin.stars.v1.StarsValidationIssue issues = 2;
|
|
396
|
+
*/
|
|
397
|
+
issues: StarsValidationIssue[];
|
|
398
|
+
};
|
|
399
|
+
|
|
400
|
+
/**
|
|
401
|
+
* Describes the message admin.stars.v1.ValidateSettingsResponse.
|
|
402
|
+
* Use `create(ValidateSettingsResponseSchema)` to create a new message.
|
|
403
|
+
*/
|
|
404
|
+
export declare const ValidateSettingsResponseSchema: GenMessage<ValidateSettingsResponse>;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* @generated from message admin.stars.v1.GetWalletRequest
|
|
408
|
+
*/
|
|
409
|
+
export declare type GetWalletRequest = Message<"admin.stars.v1.GetWalletRequest"> & {
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* Describes the message admin.stars.v1.GetWalletRequest.
|
|
414
|
+
* Use `create(GetWalletRequestSchema)` to create a new message.
|
|
415
|
+
*/
|
|
416
|
+
export declare const GetWalletRequestSchema: GenMessage<GetWalletRequest>;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* @generated from message admin.stars.v1.GetWalletResponse
|
|
420
|
+
*/
|
|
421
|
+
export declare type GetWalletResponse = Message<"admin.stars.v1.GetWalletResponse"> & {
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: admin.stars.v1.StarsWallet wallet = 1;
|
|
424
|
+
*/
|
|
425
|
+
wallet?: StarsWallet;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: repeated admin.stars.v1.StarsValidationIssue issues = 2;
|
|
429
|
+
*/
|
|
430
|
+
issues: StarsValidationIssue[];
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* Describes the message admin.stars.v1.GetWalletResponse.
|
|
435
|
+
* Use `create(GetWalletResponseSchema)` to create a new message.
|
|
436
|
+
*/
|
|
437
|
+
export declare const GetWalletResponseSchema: GenMessage<GetWalletResponse>;
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @generated from service admin.stars.v1.StarsAdminService
|
|
441
|
+
*/
|
|
442
|
+
export declare const StarsAdminService: GenService<{
|
|
443
|
+
/**
|
|
444
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.GetSettings
|
|
445
|
+
*/
|
|
446
|
+
getSettings: {
|
|
447
|
+
methodKind: "unary";
|
|
448
|
+
input: typeof GetSettingsRequestSchema;
|
|
449
|
+
output: typeof GetSettingsResponseSchema;
|
|
450
|
+
},
|
|
451
|
+
/**
|
|
452
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.UpdateSettings
|
|
453
|
+
*/
|
|
454
|
+
updateSettings: {
|
|
455
|
+
methodKind: "unary";
|
|
456
|
+
input: typeof UpdateSettingsRequestSchema;
|
|
457
|
+
output: typeof UpdateSettingsResponseSchema;
|
|
458
|
+
},
|
|
459
|
+
/**
|
|
460
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.ValidateSettings
|
|
461
|
+
*/
|
|
462
|
+
validateSettings: {
|
|
463
|
+
methodKind: "unary";
|
|
464
|
+
input: typeof ValidateSettingsRequestSchema;
|
|
465
|
+
output: typeof ValidateSettingsResponseSchema;
|
|
466
|
+
},
|
|
467
|
+
/**
|
|
468
|
+
* @generated from rpc admin.stars.v1.StarsAdminService.GetWallet
|
|
469
|
+
*/
|
|
470
|
+
getWallet: {
|
|
471
|
+
methodKind: "unary";
|
|
472
|
+
input: typeof GetWalletRequestSchema;
|
|
473
|
+
output: typeof GetWalletResponseSchema;
|
|
474
|
+
},
|
|
475
|
+
}>;
|
|
476
|
+
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0
|
|
2
|
+
// @generated from file admin/stars/v1/service.proto (package admin.stars.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_api_annotations } from "../../../google/api/annotations_pb";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file admin/stars/v1/service.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_admin_stars_v1_service = /*@__PURE__*/
|
|
12
|
+
fileDesc("ChxhZG1pbi9zdGFycy92MS9zZXJ2aWNlLnByb3RvEg5hZG1pbi5zdGFycy52MSJUChFTdGFyc1NlY3JldFN0YXR1cxISCgpjb25maWd1cmVkGAEgASgIEhQKDG1hc2tlZF92YWx1ZRgCIAEoCRIVCg1hcHByb3hfbGVuZ3RoGAMgASgNIooBChJTdGFyc1N0b3JhZ2VTdGF0dXMSDwoHYmFja2VuZBgBIAEoCRIQCghsb2NhdGlvbhgCIAEoCRIZChFlbmNyeXB0ZWRfYXRfcmVzdBgDIAEoCBIYChByZXN0YXJ0X3JlcXVpcmVkGAQgASgIEhwKFGhvdF9yZWxvYWRfc3VwcG9ydGVkGAUgASgIIpwECg1TdGFyc1NldHRpbmdzEhkKEWZyYWdtZW50X2Jhc2VfdXJsGAEgASgJEjgKDWZyYWdtZW50X2hhc2gYAiABKAsyIS5hZG1pbi5zdGFycy52MS5TdGFyc1NlY3JldFN0YXR1cxJAChVmcmFnbWVudF9jb29raWVzX2pzb24YAyABKAsyIS5hZG1pbi5zdGFycy52MS5TdGFyc1NlY3JldFN0YXR1cxI7ChB0b25fY29ubmVjdF9kYXRhGAQgASgLMiEuYWRtaW4uc3RhcnMudjEuU3RhcnNTZWNyZXRTdGF0dXMSNwoMdG9uX21uZW1vbmljGAUgASgLMiEuYWRtaW4uc3RhcnMudjEuU3RhcnNTZWNyZXRTdGF0dXMSHAoUbWluX2dhc19yZXNlcnZlX25hbm8YBiABKAMSHgoWbWF4X3N0YXJzX3Blcl90cmFuc2ZlchgHIAEoDRIXCg93YWxsZXRfbG9ja19rZXkYCCABKAkSFwoPd2FsbGV0X2xvY2tfdHRsGAkgASgJEiAKGHdhbGxldF9sb2NrX3dhaXRfdGltZW91dBgKIAEoCRIcChRyZXF1ZXN0X2NhY2hlX3ByZWZpeBgLIAEoCRIZChFyZXF1ZXN0X2NhY2hlX3R0bBgMIAEoCRIzCgdzdG9yYWdlGA0gASgLMiIuYWRtaW4uc3RhcnMudjEuU3RhcnNTdG9yYWdlU3RhdHVzIqwFChJTdGFyc1NldHRpbmdzUGF0Y2gSHgoRZnJhZ21lbnRfYmFzZV91cmwYASABKAlIAIgBARIaCg1mcmFnbWVudF9oYXNoGAIgASgJSAGIAQESIgoVZnJhZ21lbnRfY29va2llc19qc29uGAMgASgJSAKIAQESHQoQdG9uX2Nvbm5lY3RfZGF0YRgEIAEoCUgDiAEBEhkKDHRvbl9tbmVtb25pYxgFIAEoCUgEiAEBEiEKFG1pbl9nYXNfcmVzZXJ2ZV9uYW5vGAYgASgDSAWIAQESIwoWbWF4X3N0YXJzX3Blcl90cmFuc2ZlchgHIAEoDUgGiAEBEhwKD3dhbGxldF9sb2NrX2tleRgIIAEoCUgHiAEBEhwKD3dhbGxldF9sb2NrX3R0bBgJIAEoCUgIiAEBEiUKGHdhbGxldF9sb2NrX3dhaXRfdGltZW91dBgKIAEoCUgJiAEBEiEKFHJlcXVlc3RfY2FjaGVfcHJlZml4GAsgASgJSAqIAQESHgoRcmVxdWVzdF9jYWNoZV90dGwYDCABKAlIC4gBAUIUChJfZnJhZ21lbnRfYmFzZV91cmxCEAoOX2ZyYWdtZW50X2hhc2hCGAoWX2ZyYWdtZW50X2Nvb2tpZXNfanNvbkITChFfdG9uX2Nvbm5lY3RfZGF0YUIPCg1fdG9uX21uZW1vbmljQhcKFV9taW5fZ2FzX3Jlc2VydmVfbmFub0IZChdfbWF4X3N0YXJzX3Blcl90cmFuc2ZlckISChBfd2FsbGV0X2xvY2tfa2V5QhIKEF93YWxsZXRfbG9ja190dGxCGwoZX3dhbGxldF9sb2NrX3dhaXRfdGltZW91dEIXChVfcmVxdWVzdF9jYWNoZV9wcmVmaXhCFAoSX3JlcXVlc3RfY2FjaGVfdHRsIkQKFFN0YXJzVmFsaWRhdGlvbklzc3VlEg0KBWZpZWxkGAEgASgJEgwKBGNvZGUYAiABKAkSDwoHbWVzc2FnZRgDIAEoCSJcCgtTdGFyc1dhbGxldBIRCglhdmFpbGFibGUYASABKAgSDwoHYWRkcmVzcxgCIAEoCRITCgtiYWxhbmNlX3RvbhgDIAEoCRIUCgxiYWxhbmNlX25hbm8YBCABKAkiFAoSR2V0U2V0dGluZ3NSZXF1ZXN0InwKE0dldFNldHRpbmdzUmVzcG9uc2USLwoIc2V0dGluZ3MYASABKAsyHS5hZG1pbi5zdGFycy52MS5TdGFyc1NldHRpbmdzEjQKBmlzc3VlcxgCIAMoCzIkLmFkbWluLnN0YXJzLnYxLlN0YXJzVmFsaWRhdGlvbklzc3VlInwKFVVwZGF0ZVNldHRpbmdzUmVxdWVzdBIxCgVwYXRjaBgBIAEoCzIiLmFkbWluLnN0YXJzLnYxLlN0YXJzU2V0dGluZ3NQYXRjaBIVCg1jaGFuZ2VfcmVhc29uGAIgASgJEhkKEWFwcGx5X2ltbWVkaWF0ZWx5GAMgASgIIrMBChZVcGRhdGVTZXR0aW5nc1Jlc3BvbnNlEi8KCHNldHRpbmdzGAEgASgLMh0uYWRtaW4uc3RhcnMudjEuU3RhcnNTZXR0aW5ncxI0CgZpc3N1ZXMYAiADKAsyJC5hZG1pbi5zdGFycy52MS5TdGFyc1ZhbGlkYXRpb25Jc3N1ZRIYChByZXN0YXJ0X3JlcXVpcmVkGAMgASgIEhgKEHJlbG9hZF90cmlnZ2VyZWQYBCABKAgiTAoXVmFsaWRhdGVTZXR0aW5nc1JlcXVlc3QSMQoFcGF0Y2gYASABKAsyIi5hZG1pbi5zdGFycy52MS5TdGFyc1NldHRpbmdzUGF0Y2giXwoYVmFsaWRhdGVTZXR0aW5nc1Jlc3BvbnNlEg0KBXZhbGlkGAEgASgIEjQKBmlzc3VlcxgCIAMoCzIkLmFkbWluLnN0YXJzLnYxLlN0YXJzVmFsaWRhdGlvbklzc3VlIhIKEEdldFdhbGxldFJlcXVlc3QidgoRR2V0V2FsbGV0UmVzcG9uc2USKwoGd2FsbGV0GAEgASgLMhsuYWRtaW4uc3RhcnMudjEuU3RhcnNXYWxsZXQSNAoGaXNzdWVzGAIgAygLMiQuYWRtaW4uc3RhcnMudjEuU3RhcnNWYWxpZGF0aW9uSXNzdWUynAQKEVN0YXJzQWRtaW5TZXJ2aWNlEngKC0dldFNldHRpbmdzEiIuYWRtaW4uc3RhcnMudjEuR2V0U2V0dGluZ3NSZXF1ZXN0GiMuYWRtaW4uc3RhcnMudjEuR2V0U2V0dGluZ3NSZXNwb25zZSIggtPkkwIaEhgvYWRtaW4vdjEvc3RhcnMvc2V0dGluZ3MShAEKDlVwZGF0ZVNldHRpbmdzEiUuYWRtaW4uc3RhcnMudjEuVXBkYXRlU2V0dGluZ3NSZXF1ZXN0GiYuYWRtaW4uc3RhcnMudjEuVXBkYXRlU2V0dGluZ3NSZXNwb25zZSIjgtPkkwIdOgEqMhgvYWRtaW4vdjEvc3RhcnMvc2V0dGluZ3MSkwEKEFZhbGlkYXRlU2V0dGluZ3MSJy5hZG1pbi5zdGFycy52MS5WYWxpZGF0ZVNldHRpbmdzUmVxdWVzdBooLmFkbWluLnN0YXJzLnYxLlZhbGlkYXRlU2V0dGluZ3NSZXNwb25zZSIsgtPkkwImOgEqIiEvYWRtaW4vdjEvc3RhcnMvc2V0dGluZ3M6dmFsaWRhdGUScAoJR2V0V2FsbGV0EiAuYWRtaW4uc3RhcnMudjEuR2V0V2FsbGV0UmVxdWVzdBohLmFkbWluLnN0YXJzLnYxLkdldFdhbGxldFJlc3BvbnNlIh6C0+STAhgSFi9hZG1pbi92MS9zdGFycy93YWxsZXRCPlo8Z2l0aHViLmNvbS9HMkdzL2FwaS1jb250cmFjdHMtZ28vYWRtaW4vc3RhcnMvdjE7YWRtaW5zdGFyc3YxYgZwcm90bzM", [file_google_api_annotations]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message admin.stars.v1.StarsSecretStatus.
|
|
16
|
+
* Use `create(StarsSecretStatusSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const StarsSecretStatusSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_admin_stars_v1_service, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message admin.stars.v1.StarsStorageStatus.
|
|
23
|
+
* Use `create(StarsStorageStatusSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const StarsStorageStatusSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_admin_stars_v1_service, 1);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message admin.stars.v1.StarsSettings.
|
|
30
|
+
* Use `create(StarsSettingsSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const StarsSettingsSchema = /*@__PURE__*/
|
|
33
|
+
messageDesc(file_admin_stars_v1_service, 2);
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message admin.stars.v1.StarsSettingsPatch.
|
|
37
|
+
* Use `create(StarsSettingsPatchSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const StarsSettingsPatchSchema = /*@__PURE__*/
|
|
40
|
+
messageDesc(file_admin_stars_v1_service, 3);
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message admin.stars.v1.StarsValidationIssue.
|
|
44
|
+
* Use `create(StarsValidationIssueSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export const StarsValidationIssueSchema = /*@__PURE__*/
|
|
47
|
+
messageDesc(file_admin_stars_v1_service, 4);
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message admin.stars.v1.StarsWallet.
|
|
51
|
+
* Use `create(StarsWalletSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export const StarsWalletSchema = /*@__PURE__*/
|
|
54
|
+
messageDesc(file_admin_stars_v1_service, 5);
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message admin.stars.v1.GetSettingsRequest.
|
|
58
|
+
* Use `create(GetSettingsRequestSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export const GetSettingsRequestSchema = /*@__PURE__*/
|
|
61
|
+
messageDesc(file_admin_stars_v1_service, 6);
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message admin.stars.v1.GetSettingsResponse.
|
|
65
|
+
* Use `create(GetSettingsResponseSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export const GetSettingsResponseSchema = /*@__PURE__*/
|
|
68
|
+
messageDesc(file_admin_stars_v1_service, 7);
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message admin.stars.v1.UpdateSettingsRequest.
|
|
72
|
+
* Use `create(UpdateSettingsRequestSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
export const UpdateSettingsRequestSchema = /*@__PURE__*/
|
|
75
|
+
messageDesc(file_admin_stars_v1_service, 8);
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message admin.stars.v1.UpdateSettingsResponse.
|
|
79
|
+
* Use `create(UpdateSettingsResponseSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export const UpdateSettingsResponseSchema = /*@__PURE__*/
|
|
82
|
+
messageDesc(file_admin_stars_v1_service, 9);
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Describes the message admin.stars.v1.ValidateSettingsRequest.
|
|
86
|
+
* Use `create(ValidateSettingsRequestSchema)` to create a new message.
|
|
87
|
+
*/
|
|
88
|
+
export const ValidateSettingsRequestSchema = /*@__PURE__*/
|
|
89
|
+
messageDesc(file_admin_stars_v1_service, 10);
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message admin.stars.v1.ValidateSettingsResponse.
|
|
93
|
+
* Use `create(ValidateSettingsResponseSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export const ValidateSettingsResponseSchema = /*@__PURE__*/
|
|
96
|
+
messageDesc(file_admin_stars_v1_service, 11);
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Describes the message admin.stars.v1.GetWalletRequest.
|
|
100
|
+
* Use `create(GetWalletRequestSchema)` to create a new message.
|
|
101
|
+
*/
|
|
102
|
+
export const GetWalletRequestSchema = /*@__PURE__*/
|
|
103
|
+
messageDesc(file_admin_stars_v1_service, 12);
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Describes the message admin.stars.v1.GetWalletResponse.
|
|
107
|
+
* Use `create(GetWalletResponseSchema)` to create a new message.
|
|
108
|
+
*/
|
|
109
|
+
export const GetWalletResponseSchema = /*@__PURE__*/
|
|
110
|
+
messageDesc(file_admin_stars_v1_service, 13);
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @generated from service admin.stars.v1.StarsAdminService
|
|
114
|
+
*/
|
|
115
|
+
export const StarsAdminService = /*@__PURE__*/
|
|
116
|
+
serviceDesc(file_admin_stars_v1_service, 0);
|
|
117
|
+
|