@g2gs/contracts 1.0.124 → 1.0.126
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/admin/replenishment/v1/service_connect.d.ts +53 -0
- package/admin/replenishment/v1/service_connect.js +53 -0
- package/admin/replenishment/v1/service_pb.d.ts +285 -0
- package/admin/replenishment/v1/service_pb.js +95 -0
- package/admin/stars/v1/service_connect.d.ts +53 -0
- package/admin/stars/v1/service_connect.js +53 -0
- package/admin/stars/v1/service_pb.d.ts +476 -0
- package/admin/stars/v1/service_pb.js +117 -0
- package/package.json +1 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1
|
|
2
|
+
// @generated from file admin/replenishment/v1/service.proto (package admin.replenishment.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { CancelReplenishmentRequest, CancelReplenishmentResponse, CompleteReplenishmentRequest, CompleteReplenishmentResponse, GetReplenishmentRequest, GetReplenishmentResponse, ListReplenishmentsRequest, ListReplenishmentsResponse } from "./service_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service admin.replenishment.v1.ReplenishmentAdminService
|
|
11
|
+
*/
|
|
12
|
+
export declare const ReplenishmentAdminService: {
|
|
13
|
+
readonly typeName: "admin.replenishment.v1.ReplenishmentAdminService",
|
|
14
|
+
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.ListReplenishments
|
|
17
|
+
*/
|
|
18
|
+
readonly listReplenishments: {
|
|
19
|
+
readonly name: "ListReplenishments",
|
|
20
|
+
readonly I: typeof ListReplenishmentsRequest,
|
|
21
|
+
readonly O: typeof ListReplenishmentsResponse,
|
|
22
|
+
readonly kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.GetReplenishment
|
|
26
|
+
*/
|
|
27
|
+
readonly getReplenishment: {
|
|
28
|
+
readonly name: "GetReplenishment",
|
|
29
|
+
readonly I: typeof GetReplenishmentRequest,
|
|
30
|
+
readonly O: typeof GetReplenishmentResponse,
|
|
31
|
+
readonly kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.CompleteReplenishment
|
|
35
|
+
*/
|
|
36
|
+
readonly completeReplenishment: {
|
|
37
|
+
readonly name: "CompleteReplenishment",
|
|
38
|
+
readonly I: typeof CompleteReplenishmentRequest,
|
|
39
|
+
readonly O: typeof CompleteReplenishmentResponse,
|
|
40
|
+
readonly kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.CancelReplenishment
|
|
44
|
+
*/
|
|
45
|
+
readonly cancelReplenishment: {
|
|
46
|
+
readonly name: "CancelReplenishment",
|
|
47
|
+
readonly I: typeof CancelReplenishmentRequest,
|
|
48
|
+
readonly O: typeof CancelReplenishmentResponse,
|
|
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/replenishment/v1/service.proto (package admin.replenishment.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { CancelReplenishmentRequest, CancelReplenishmentResponse, CompleteReplenishmentRequest, CompleteReplenishmentResponse, GetReplenishmentRequest, GetReplenishmentResponse, ListReplenishmentsRequest, ListReplenishmentsResponse } from "./service_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service admin.replenishment.v1.ReplenishmentAdminService
|
|
11
|
+
*/
|
|
12
|
+
export const ReplenishmentAdminService = {
|
|
13
|
+
typeName: "admin.replenishment.v1.ReplenishmentAdminService",
|
|
14
|
+
methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.ListReplenishments
|
|
17
|
+
*/
|
|
18
|
+
listReplenishments: {
|
|
19
|
+
name: "ListReplenishments",
|
|
20
|
+
I: ListReplenishmentsRequest,
|
|
21
|
+
O: ListReplenishmentsResponse,
|
|
22
|
+
kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.GetReplenishment
|
|
26
|
+
*/
|
|
27
|
+
getReplenishment: {
|
|
28
|
+
name: "GetReplenishment",
|
|
29
|
+
I: GetReplenishmentRequest,
|
|
30
|
+
O: GetReplenishmentResponse,
|
|
31
|
+
kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.CompleteReplenishment
|
|
35
|
+
*/
|
|
36
|
+
completeReplenishment: {
|
|
37
|
+
name: "CompleteReplenishment",
|
|
38
|
+
I: CompleteReplenishmentRequest,
|
|
39
|
+
O: CompleteReplenishmentResponse,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.CancelReplenishment
|
|
44
|
+
*/
|
|
45
|
+
cancelReplenishment: {
|
|
46
|
+
name: "CancelReplenishment",
|
|
47
|
+
I: CancelReplenishmentRequest,
|
|
48
|
+
O: CancelReplenishmentResponse,
|
|
49
|
+
kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0
|
|
2
|
+
// @generated from file admin/replenishment/v1/service.proto (package admin.replenishment.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file admin/replenishment/v1/service.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_admin_replenishment_v1_service: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @generated from message admin.replenishment.v1.Replenishment
|
|
16
|
+
*/
|
|
17
|
+
export declare type Replenishment = Message<"admin.replenishment.v1.Replenishment"> & {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: uint64 id = 1;
|
|
20
|
+
*/
|
|
21
|
+
id: bigint;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: uint64 order_id = 2;
|
|
25
|
+
*/
|
|
26
|
+
orderId: bigint;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: admin.replenishment.v1.ReplenishmentStatus status = 3;
|
|
30
|
+
*/
|
|
31
|
+
status: ReplenishmentStatus;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: map<string, string> data = 4;
|
|
35
|
+
*/
|
|
36
|
+
data: { [key: string]: string };
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: string manager_account_id = 5;
|
|
40
|
+
*/
|
|
41
|
+
managerAccountId: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional google.protobuf.Timestamp completed_at = 6;
|
|
45
|
+
*/
|
|
46
|
+
completedAt?: Timestamp;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: optional google.protobuf.Timestamp cancelled_at = 7;
|
|
50
|
+
*/
|
|
51
|
+
cancelledAt?: Timestamp;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: google.protobuf.Timestamp created_at = 8;
|
|
55
|
+
*/
|
|
56
|
+
createdAt?: Timestamp;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 9;
|
|
60
|
+
*/
|
|
61
|
+
updatedAt?: Timestamp;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the message admin.replenishment.v1.Replenishment.
|
|
66
|
+
* Use `create(ReplenishmentSchema)` to create a new message.
|
|
67
|
+
*/
|
|
68
|
+
export declare const ReplenishmentSchema: GenMessage<Replenishment>;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from message admin.replenishment.v1.ListReplenishmentsRequest
|
|
72
|
+
*/
|
|
73
|
+
export declare type ListReplenishmentsRequest = Message<"admin.replenishment.v1.ListReplenishmentsRequest"> & {
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: optional admin.replenishment.v1.ReplenishmentStatus status = 1;
|
|
76
|
+
*/
|
|
77
|
+
status?: ReplenishmentStatus;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: uint32 limit = 2;
|
|
81
|
+
*/
|
|
82
|
+
limit: number;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: uint64 offset = 3;
|
|
86
|
+
*/
|
|
87
|
+
offset: bigint;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Describes the message admin.replenishment.v1.ListReplenishmentsRequest.
|
|
92
|
+
* Use `create(ListReplenishmentsRequestSchema)` to create a new message.
|
|
93
|
+
*/
|
|
94
|
+
export declare const ListReplenishmentsRequestSchema: GenMessage<ListReplenishmentsRequest>;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @generated from message admin.replenishment.v1.ListReplenishmentsResponse
|
|
98
|
+
*/
|
|
99
|
+
export declare type ListReplenishmentsResponse = Message<"admin.replenishment.v1.ListReplenishmentsResponse"> & {
|
|
100
|
+
/**
|
|
101
|
+
* @generated from field: repeated admin.replenishment.v1.Replenishment items = 1;
|
|
102
|
+
*/
|
|
103
|
+
items: Replenishment[];
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* @generated from field: uint64 total = 2;
|
|
107
|
+
*/
|
|
108
|
+
total: bigint;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @generated from field: uint64 offset = 3;
|
|
112
|
+
*/
|
|
113
|
+
offset: bigint;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Describes the message admin.replenishment.v1.ListReplenishmentsResponse.
|
|
118
|
+
* Use `create(ListReplenishmentsResponseSchema)` to create a new message.
|
|
119
|
+
*/
|
|
120
|
+
export declare const ListReplenishmentsResponseSchema: GenMessage<ListReplenishmentsResponse>;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from message admin.replenishment.v1.GetReplenishmentRequest
|
|
124
|
+
*/
|
|
125
|
+
export declare type GetReplenishmentRequest = Message<"admin.replenishment.v1.GetReplenishmentRequest"> & {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: uint64 id = 1;
|
|
128
|
+
*/
|
|
129
|
+
id: bigint;
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Describes the message admin.replenishment.v1.GetReplenishmentRequest.
|
|
134
|
+
* Use `create(GetReplenishmentRequestSchema)` to create a new message.
|
|
135
|
+
*/
|
|
136
|
+
export declare const GetReplenishmentRequestSchema: GenMessage<GetReplenishmentRequest>;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* @generated from message admin.replenishment.v1.GetReplenishmentResponse
|
|
140
|
+
*/
|
|
141
|
+
export declare type GetReplenishmentResponse = Message<"admin.replenishment.v1.GetReplenishmentResponse"> & {
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: admin.replenishment.v1.Replenishment replenishment = 1;
|
|
144
|
+
*/
|
|
145
|
+
replenishment?: Replenishment;
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Describes the message admin.replenishment.v1.GetReplenishmentResponse.
|
|
150
|
+
* Use `create(GetReplenishmentResponseSchema)` to create a new message.
|
|
151
|
+
*/
|
|
152
|
+
export declare const GetReplenishmentResponseSchema: GenMessage<GetReplenishmentResponse>;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* @generated from message admin.replenishment.v1.CompleteReplenishmentRequest
|
|
156
|
+
*/
|
|
157
|
+
export declare type CompleteReplenishmentRequest = Message<"admin.replenishment.v1.CompleteReplenishmentRequest"> & {
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: uint64 id = 1;
|
|
160
|
+
*/
|
|
161
|
+
id: bigint;
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Describes the message admin.replenishment.v1.CompleteReplenishmentRequest.
|
|
166
|
+
* Use `create(CompleteReplenishmentRequestSchema)` to create a new message.
|
|
167
|
+
*/
|
|
168
|
+
export declare const CompleteReplenishmentRequestSchema: GenMessage<CompleteReplenishmentRequest>;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from message admin.replenishment.v1.CompleteReplenishmentResponse
|
|
172
|
+
*/
|
|
173
|
+
export declare type CompleteReplenishmentResponse = Message<"admin.replenishment.v1.CompleteReplenishmentResponse"> & {
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: admin.replenishment.v1.Replenishment replenishment = 1;
|
|
176
|
+
*/
|
|
177
|
+
replenishment?: Replenishment;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Describes the message admin.replenishment.v1.CompleteReplenishmentResponse.
|
|
182
|
+
* Use `create(CompleteReplenishmentResponseSchema)` to create a new message.
|
|
183
|
+
*/
|
|
184
|
+
export declare const CompleteReplenishmentResponseSchema: GenMessage<CompleteReplenishmentResponse>;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* @generated from message admin.replenishment.v1.CancelReplenishmentRequest
|
|
188
|
+
*/
|
|
189
|
+
export declare type CancelReplenishmentRequest = Message<"admin.replenishment.v1.CancelReplenishmentRequest"> & {
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: uint64 id = 1;
|
|
192
|
+
*/
|
|
193
|
+
id: bigint;
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Describes the message admin.replenishment.v1.CancelReplenishmentRequest.
|
|
198
|
+
* Use `create(CancelReplenishmentRequestSchema)` to create a new message.
|
|
199
|
+
*/
|
|
200
|
+
export declare const CancelReplenishmentRequestSchema: GenMessage<CancelReplenishmentRequest>;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from message admin.replenishment.v1.CancelReplenishmentResponse
|
|
204
|
+
*/
|
|
205
|
+
export declare type CancelReplenishmentResponse = Message<"admin.replenishment.v1.CancelReplenishmentResponse"> & {
|
|
206
|
+
/**
|
|
207
|
+
* @generated from field: admin.replenishment.v1.Replenishment replenishment = 1;
|
|
208
|
+
*/
|
|
209
|
+
replenishment?: Replenishment;
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Describes the message admin.replenishment.v1.CancelReplenishmentResponse.
|
|
214
|
+
* Use `create(CancelReplenishmentResponseSchema)` to create a new message.
|
|
215
|
+
*/
|
|
216
|
+
export declare const CancelReplenishmentResponseSchema: GenMessage<CancelReplenishmentResponse>;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* @generated from enum admin.replenishment.v1.ReplenishmentStatus
|
|
220
|
+
*/
|
|
221
|
+
export enum ReplenishmentStatus {
|
|
222
|
+
/**
|
|
223
|
+
* @generated from enum value: REPLENISHMENT_STATUS_UNSPECIFIED = 0;
|
|
224
|
+
*/
|
|
225
|
+
UNSPECIFIED = 0,
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @generated from enum value: REPLENISHMENT_STATUS_PENDING = 1;
|
|
229
|
+
*/
|
|
230
|
+
PENDING = 1,
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from enum value: REPLENISHMENT_STATUS_COMPLETED = 2;
|
|
234
|
+
*/
|
|
235
|
+
COMPLETED = 2,
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @generated from enum value: REPLENISHMENT_STATUS_CANCELLED = 3;
|
|
239
|
+
*/
|
|
240
|
+
CANCELLED = 3,
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* Describes the enum admin.replenishment.v1.ReplenishmentStatus.
|
|
245
|
+
*/
|
|
246
|
+
export declare const ReplenishmentStatusSchema: GenEnum<ReplenishmentStatus>;
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* @generated from service admin.replenishment.v1.ReplenishmentAdminService
|
|
250
|
+
*/
|
|
251
|
+
export declare const ReplenishmentAdminService: GenService<{
|
|
252
|
+
/**
|
|
253
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.ListReplenishments
|
|
254
|
+
*/
|
|
255
|
+
listReplenishments: {
|
|
256
|
+
methodKind: "unary";
|
|
257
|
+
input: typeof ListReplenishmentsRequestSchema;
|
|
258
|
+
output: typeof ListReplenishmentsResponseSchema;
|
|
259
|
+
},
|
|
260
|
+
/**
|
|
261
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.GetReplenishment
|
|
262
|
+
*/
|
|
263
|
+
getReplenishment: {
|
|
264
|
+
methodKind: "unary";
|
|
265
|
+
input: typeof GetReplenishmentRequestSchema;
|
|
266
|
+
output: typeof GetReplenishmentResponseSchema;
|
|
267
|
+
},
|
|
268
|
+
/**
|
|
269
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.CompleteReplenishment
|
|
270
|
+
*/
|
|
271
|
+
completeReplenishment: {
|
|
272
|
+
methodKind: "unary";
|
|
273
|
+
input: typeof CompleteReplenishmentRequestSchema;
|
|
274
|
+
output: typeof CompleteReplenishmentResponseSchema;
|
|
275
|
+
},
|
|
276
|
+
/**
|
|
277
|
+
* @generated from rpc admin.replenishment.v1.ReplenishmentAdminService.CancelReplenishment
|
|
278
|
+
*/
|
|
279
|
+
cancelReplenishment: {
|
|
280
|
+
methodKind: "unary";
|
|
281
|
+
input: typeof CancelReplenishmentRequestSchema;
|
|
282
|
+
output: typeof CancelReplenishmentResponseSchema;
|
|
283
|
+
},
|
|
284
|
+
}>;
|
|
285
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0
|
|
2
|
+
// @generated from file admin/replenishment/v1/service.proto (package admin.replenishment.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_google_api_annotations } from "../../../google/api/annotations_pb";
|
|
7
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file admin/replenishment/v1/service.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_admin_replenishment_v1_service = /*@__PURE__*/
|
|
13
|
+
fileDesc("CiRhZG1pbi9yZXBsZW5pc2htZW50L3YxL3NlcnZpY2UucHJvdG8SFmFkbWluLnJlcGxlbmlzaG1lbnQudjEi4gMKDVJlcGxlbmlzaG1lbnQSCgoCaWQYASABKAQSEAoIb3JkZXJfaWQYAiABKAQSOwoGc3RhdHVzGAMgASgOMisuYWRtaW4ucmVwbGVuaXNobWVudC52MS5SZXBsZW5pc2htZW50U3RhdHVzEj0KBGRhdGEYBCADKAsyLy5hZG1pbi5yZXBsZW5pc2htZW50LnYxLlJlcGxlbmlzaG1lbnQuRGF0YUVudHJ5EhoKEm1hbmFnZXJfYWNjb3VudF9pZBgFIAEoCRI1Cgxjb21wbGV0ZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSACIAQESNQoMY2FuY2VsbGVkX2F0GAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBEi4KCmNyZWF0ZWRfYXQYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wGisKCURhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQg8KDV9jb21wbGV0ZWRfYXRCDwoNX2NhbmNlbGxlZF9hdCKHAQoZTGlzdFJlcGxlbmlzaG1lbnRzUmVxdWVzdBJACgZzdGF0dXMYASABKA4yKy5hZG1pbi5yZXBsZW5pc2htZW50LnYxLlJlcGxlbmlzaG1lbnRTdGF0dXNIAIgBARINCgVsaW1pdBgCIAEoDRIOCgZvZmZzZXQYAyABKARCCQoHX3N0YXR1cyJxChpMaXN0UmVwbGVuaXNobWVudHNSZXNwb25zZRI0CgVpdGVtcxgBIAMoCzIlLmFkbWluLnJlcGxlbmlzaG1lbnQudjEuUmVwbGVuaXNobWVudBINCgV0b3RhbBgCIAEoBBIOCgZvZmZzZXQYAyABKAQiJQoXR2V0UmVwbGVuaXNobWVudFJlcXVlc3QSCgoCaWQYASABKAQiWAoYR2V0UmVwbGVuaXNobWVudFJlc3BvbnNlEjwKDXJlcGxlbmlzaG1lbnQYASABKAsyJS5hZG1pbi5yZXBsZW5pc2htZW50LnYxLlJlcGxlbmlzaG1lbnQiKgocQ29tcGxldGVSZXBsZW5pc2htZW50UmVxdWVzdBIKCgJpZBgBIAEoBCJdCh1Db21wbGV0ZVJlcGxlbmlzaG1lbnRSZXNwb25zZRI8Cg1yZXBsZW5pc2htZW50GAEgASgLMiUuYWRtaW4ucmVwbGVuaXNobWVudC52MS5SZXBsZW5pc2htZW50IigKGkNhbmNlbFJlcGxlbmlzaG1lbnRSZXF1ZXN0EgoKAmlkGAEgASgEIlsKG0NhbmNlbFJlcGxlbmlzaG1lbnRSZXNwb25zZRI8Cg1yZXBsZW5pc2htZW50GAEgASgLMiUuYWRtaW4ucmVwbGVuaXNobWVudC52MS5SZXBsZW5pc2htZW50KqUBChNSZXBsZW5pc2htZW50U3RhdHVzEiQKIFJFUExFTklTSE1FTlRfU1RBVFVTX1VOU1BFQ0lGSUVEEAASIAocUkVQTEVOSVNITUVOVF9TVEFUVVNfUEVORElORxABEiIKHlJFUExFTklTSE1FTlRfU1RBVFVTX0NPTVBMRVRFRBACEiIKHlJFUExFTklTSE1FTlRfU1RBVFVTX0NBTkNFTExFRBADMsYFChlSZXBsZW5pc2htZW50QWRtaW5TZXJ2aWNlEp0BChJMaXN0UmVwbGVuaXNobWVudHMSMS5hZG1pbi5yZXBsZW5pc2htZW50LnYxLkxpc3RSZXBsZW5pc2htZW50c1JlcXVlc3QaMi5hZG1pbi5yZXBsZW5pc2htZW50LnYxLkxpc3RSZXBsZW5pc2htZW50c1Jlc3BvbnNlIiCC0+STAhoSGC9hZG1pbi92MS9yZXBsZW5pc2htZW50cxKcAQoQR2V0UmVwbGVuaXNobWVudBIvLmFkbWluLnJlcGxlbmlzaG1lbnQudjEuR2V0UmVwbGVuaXNobWVudFJlcXVlc3QaMC5hZG1pbi5yZXBsZW5pc2htZW50LnYxLkdldFJlcGxlbmlzaG1lbnRSZXNwb25zZSIlgtPkkwIfEh0vYWRtaW4vdjEvcmVwbGVuaXNobWVudHMve2lkfRK3AQoVQ29tcGxldGVSZXBsZW5pc2htZW50EjQuYWRtaW4ucmVwbGVuaXNobWVudC52MS5Db21wbGV0ZVJlcGxlbmlzaG1lbnRSZXF1ZXN0GjUuYWRtaW4ucmVwbGVuaXNobWVudC52MS5Db21wbGV0ZVJlcGxlbmlzaG1lbnRSZXNwb25zZSIxgtPkkwIrOgEqIiYvYWRtaW4vdjEvcmVwbGVuaXNobWVudHMve2lkfS9jb21wbGV0ZRKvAQoTQ2FuY2VsUmVwbGVuaXNobWVudBIyLmFkbWluLnJlcGxlbmlzaG1lbnQudjEuQ2FuY2VsUmVwbGVuaXNobWVudFJlcXVlc3QaMy5hZG1pbi5yZXBsZW5pc2htZW50LnYxLkNhbmNlbFJlcGxlbmlzaG1lbnRSZXNwb25zZSIvgtPkkwIpOgEqIiQvYWRtaW4vdjEvcmVwbGVuaXNobWVudHMve2lkfS9jYW5jZWxCTlpMZ2l0aHViLmNvbS9HMkdzL2FwaS1jb250cmFjdHMtZ28vYWRtaW4vcmVwbGVuaXNobWVudC92MTthZG1pbnJlcGxlbmlzaG1lbnR2MWIGcHJvdG8z", [file_google_api_annotations, file_google_protobuf_timestamp]);
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message admin.replenishment.v1.Replenishment.
|
|
17
|
+
* Use `create(ReplenishmentSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ReplenishmentSchema = /*@__PURE__*/
|
|
20
|
+
messageDesc(file_admin_replenishment_v1_service, 0);
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message admin.replenishment.v1.ListReplenishmentsRequest.
|
|
24
|
+
* Use `create(ListReplenishmentsRequestSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const ListReplenishmentsRequestSchema = /*@__PURE__*/
|
|
27
|
+
messageDesc(file_admin_replenishment_v1_service, 1);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message admin.replenishment.v1.ListReplenishmentsResponse.
|
|
31
|
+
* Use `create(ListReplenishmentsResponseSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const ListReplenishmentsResponseSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_admin_replenishment_v1_service, 2);
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message admin.replenishment.v1.GetReplenishmentRequest.
|
|
38
|
+
* Use `create(GetReplenishmentRequestSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const GetReplenishmentRequestSchema = /*@__PURE__*/
|
|
41
|
+
messageDesc(file_admin_replenishment_v1_service, 3);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message admin.replenishment.v1.GetReplenishmentResponse.
|
|
45
|
+
* Use `create(GetReplenishmentResponseSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const GetReplenishmentResponseSchema = /*@__PURE__*/
|
|
48
|
+
messageDesc(file_admin_replenishment_v1_service, 4);
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message admin.replenishment.v1.CompleteReplenishmentRequest.
|
|
52
|
+
* Use `create(CompleteReplenishmentRequestSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const CompleteReplenishmentRequestSchema = /*@__PURE__*/
|
|
55
|
+
messageDesc(file_admin_replenishment_v1_service, 5);
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message admin.replenishment.v1.CompleteReplenishmentResponse.
|
|
59
|
+
* Use `create(CompleteReplenishmentResponseSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const CompleteReplenishmentResponseSchema = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_admin_replenishment_v1_service, 6);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the message admin.replenishment.v1.CancelReplenishmentRequest.
|
|
66
|
+
* Use `create(CancelReplenishmentRequestSchema)` to create a new message.
|
|
67
|
+
*/
|
|
68
|
+
export const CancelReplenishmentRequestSchema = /*@__PURE__*/
|
|
69
|
+
messageDesc(file_admin_replenishment_v1_service, 7);
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message admin.replenishment.v1.CancelReplenishmentResponse.
|
|
73
|
+
* Use `create(CancelReplenishmentResponseSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export const CancelReplenishmentResponseSchema = /*@__PURE__*/
|
|
76
|
+
messageDesc(file_admin_replenishment_v1_service, 8);
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Describes the enum admin.replenishment.v1.ReplenishmentStatus.
|
|
80
|
+
*/
|
|
81
|
+
export const ReplenishmentStatusSchema = /*@__PURE__*/
|
|
82
|
+
enumDesc(file_admin_replenishment_v1_service, 0);
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from enum admin.replenishment.v1.ReplenishmentStatus
|
|
86
|
+
*/
|
|
87
|
+
export const ReplenishmentStatus = /*@__PURE__*/
|
|
88
|
+
tsEnum(ReplenishmentStatusSchema);
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @generated from service admin.replenishment.v1.ReplenishmentAdminService
|
|
92
|
+
*/
|
|
93
|
+
export const ReplenishmentAdminService = /*@__PURE__*/
|
|
94
|
+
serviceDesc(file_admin_replenishment_v1_service, 0);
|
|
95
|
+
|
|
@@ -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
|
+
|