@chotot/ct-logic-uni-rev-payment-v1 1.133.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/ad_service.proto +53 -0
  2. package/ad_service_pb.d.ts +248 -0
  3. package/ad_service_pb.js +99 -0
  4. package/cart.proto +122 -0
  5. package/cart_pb.d.ts +656 -0
  6. package/cart_pb.js +237 -0
  7. package/configuration.proto +147 -0
  8. package/configuration_pb.d.ts +716 -0
  9. package/configuration_pb.js +237 -0
  10. package/crepro_campaign.proto +277 -0
  11. package/crepro_campaign_pb.d.ts +1266 -0
  12. package/crepro_campaign_pb.js +436 -0
  13. package/crepro_code.proto +77 -0
  14. package/crepro_code_pb.d.ts +355 -0
  15. package/crepro_code_pb.js +130 -0
  16. package/crepro_log.proto +32 -0
  17. package/crepro_log_pb.d.ts +142 -0
  18. package/crepro_log_pb.js +51 -0
  19. package/crepro_redemption.proto +76 -0
  20. package/crepro_redemption_pb.d.ts +352 -0
  21. package/crepro_redemption_pb.js +119 -0
  22. package/dongtot.proto +758 -0
  23. package/dongtot_pb.d.ts +4169 -0
  24. package/dongtot_pb.js +1357 -0
  25. package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.d.ts +350 -0
  26. package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.js +551 -0
  27. package/dongtot_service.proto +154 -0
  28. package/dongtot_service_connect.d.ts +316 -0
  29. package/dongtot_service_connect.js +316 -0
  30. package/econtract.proto +675 -0
  31. package/econtract_pb.d.ts +3522 -0
  32. package/econtract_pb.js +1176 -0
  33. package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.d.ts +419 -0
  34. package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.js +673 -0
  35. package/econtract_service.proto +71 -0
  36. package/econtract_service_connect.d.ts +381 -0
  37. package/econtract_service_connect.js +381 -0
  38. package/fundiin.proto +53 -0
  39. package/fundiin_pb.d.ts +255 -0
  40. package/fundiin_pb.js +85 -0
  41. package/google_billing.proto +65 -0
  42. package/google_billing_pb.d.ts +372 -0
  43. package/google_billing_pb.js +146 -0
  44. package/iap.proto +53 -0
  45. package/iap_pb.d.ts +281 -0
  46. package/iap_pb.js +109 -0
  47. package/momo.proto +92 -0
  48. package/momo_pb.d.ts +481 -0
  49. package/momo_pb.js +150 -0
  50. package/napas.proto +110 -0
  51. package/napas_pb.d.ts +587 -0
  52. package/napas_pb.js +192 -0
  53. package/order.proto +81 -0
  54. package/order_pb.d.ts +372 -0
  55. package/order_pb.js +123 -0
  56. package/package.json +10 -0
  57. package/package.proto +382 -0
  58. package/package_pb.d.ts +1907 -0
  59. package/package_pb.js +621 -0
  60. package/payment_promotion.proto +170 -0
  61. package/payment_promotion_pb.d.ts +893 -0
  62. package/payment_promotion_pb.js +311 -0
  63. package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.d.ts +112 -0
  64. package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.js +171 -0
  65. package/payment_promotion_service.proto +73 -0
  66. package/payment_promotion_service_connect.d.ts +102 -0
  67. package/payment_promotion_service_connect.js +102 -0
  68. package/payoo.proto +55 -0
  69. package/payoo_pb.d.ts +282 -0
  70. package/payoo_pb.js +105 -0
  71. package/pricer.proto +154 -0
  72. package/pricer_pb.d.ts +823 -0
  73. package/pricer_pb.js +260 -0
  74. package/rabbit_mq.proto +51 -0
  75. package/rabbit_mq_pb.d.ts +257 -0
  76. package/rabbit_mq_pb.js +78 -0
  77. package/refund_order.proto +37 -0
  78. package/refund_order_pb.d.ts +184 -0
  79. package/refund_order_pb.js +63 -0
  80. package/scripts/modify_package_json.js +50 -0
  81. package/service-LogicUniRevPaymentService_connectquery.d.ts +1239 -0
  82. package/service-LogicUniRevPaymentService_connectquery.js +1968 -0
  83. package/service.proto +643 -0
  84. package/service_connect.d.ts +1120 -0
  85. package/service_connect.js +1120 -0
  86. package/subscription.proto +24 -0
  87. package/subscription_pb.d.ts +98 -0
  88. package/subscription_pb.js +37 -0
  89. package/template.proto +76 -0
  90. package/template_pb.d.ts +387 -0
  91. package/template_pb.js +140 -0
  92. package/transaction.proto +513 -0
  93. package/transaction_pb.d.ts +2717 -0
  94. package/transaction_pb.js +856 -0
  95. package/virtual_account.proto +265 -0
  96. package/virtual_account_pb.d.ts +1442 -0
  97. package/virtual_account_pb.js +478 -0
  98. package/zalopay.proto +78 -0
  99. package/zalopay_pb.d.ts +423 -0
  100. package/zalopay_pb.js +153 -0
package/cart_pb.d.ts ADDED
@@ -0,0 +1,656 @@
1
+ // general
2
+
3
+ // @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
4
+ // @generated from file ct-logic-uni-rev-payment/v1/cart.proto (package ct_logic_uni_rev_payment.v1, syntax proto3)
5
+ /* eslint-disable */
6
+ // @ts-nocheck
7
+
8
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage, Struct } from "@bufbuild/protobuf";
9
+ import { Message, proto3 } from "@bufbuild/protobuf";
10
+
11
+ /**
12
+ * @generated from message ct_logic_uni_rev_payment.v1.GetCartRequest
13
+ */
14
+ export declare class GetCartRequest extends Message<GetCartRequest> {
15
+ /**
16
+ * @generated from field: string cart_id = 1;
17
+ */
18
+ cartId: string;
19
+
20
+ /**
21
+ * @generated from field: int64 account_id = 2;
22
+ */
23
+ accountId: bigint;
24
+
25
+ /**
26
+ * @generated from field: string platform = 3;
27
+ */
28
+ platform: string;
29
+
30
+ /**
31
+ * @generated from field: string app_version = 4;
32
+ */
33
+ appVersion: string;
34
+
35
+ constructor(data?: PartialMessage<GetCartRequest>);
36
+
37
+ static readonly runtime: typeof proto3;
38
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.GetCartRequest";
39
+ static readonly fields: FieldList;
40
+
41
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCartRequest;
42
+
43
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCartRequest;
44
+
45
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCartRequest;
46
+
47
+ static equals(a: GetCartRequest | PlainMessage<GetCartRequest> | undefined, b: GetCartRequest | PlainMessage<GetCartRequest> | undefined): boolean;
48
+ }
49
+
50
+ /**
51
+ * @generated from message ct_logic_uni_rev_payment.v1.CartBlockTime
52
+ */
53
+ export declare class CartBlockTime extends Message<CartBlockTime> {
54
+ /**
55
+ * @generated from field: int64 start = 1;
56
+ */
57
+ start: bigint;
58
+
59
+ /**
60
+ * @generated from field: int64 end = 2;
61
+ */
62
+ end: bigint;
63
+
64
+ constructor(data?: PartialMessage<CartBlockTime>);
65
+
66
+ static readonly runtime: typeof proto3;
67
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.CartBlockTime";
68
+ static readonly fields: FieldList;
69
+
70
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartBlockTime;
71
+
72
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartBlockTime;
73
+
74
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartBlockTime;
75
+
76
+ static equals(a: CartBlockTime | PlainMessage<CartBlockTime> | undefined, b: CartBlockTime | PlainMessage<CartBlockTime> | undefined): boolean;
77
+ }
78
+
79
+ /**
80
+ * @generated from message ct_logic_uni_rev_payment.v1.CartServicePrice
81
+ */
82
+ export declare class CartServicePrice extends Message<CartServicePrice> {
83
+ /**
84
+ * @generated from field: double vnd = 1;
85
+ */
86
+ vnd: number;
87
+
88
+ /**
89
+ * @generated from field: double credit = 2;
90
+ */
91
+ credit: number;
92
+
93
+ /**
94
+ * @generated from field: double promotion = 3;
95
+ */
96
+ promotion: number;
97
+
98
+ constructor(data?: PartialMessage<CartServicePrice>);
99
+
100
+ static readonly runtime: typeof proto3;
101
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.CartServicePrice";
102
+ static readonly fields: FieldList;
103
+
104
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartServicePrice;
105
+
106
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartServicePrice;
107
+
108
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartServicePrice;
109
+
110
+ static equals(a: CartServicePrice | PlainMessage<CartServicePrice> | undefined, b: CartServicePrice | PlainMessage<CartServicePrice> | undefined): boolean;
111
+ }
112
+
113
+ /**
114
+ * @generated from message ct_logic_uni_rev_payment.v1.CartServiceRequest
115
+ */
116
+ export declare class CartServiceRequest extends Message<CartServiceRequest> {
117
+ /**
118
+ * @generated from field: int64 target = 1;
119
+ */
120
+ target: bigint;
121
+
122
+ /**
123
+ * @generated from field: string type = 2;
124
+ */
125
+ type: string;
126
+
127
+ /**
128
+ * @generated from field: google.protobuf.Struct params = 3;
129
+ */
130
+ params?: Struct;
131
+
132
+ constructor(data?: PartialMessage<CartServiceRequest>);
133
+
134
+ static readonly runtime: typeof proto3;
135
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.CartServiceRequest";
136
+ static readonly fields: FieldList;
137
+
138
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartServiceRequest;
139
+
140
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartServiceRequest;
141
+
142
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartServiceRequest;
143
+
144
+ static equals(a: CartServiceRequest | PlainMessage<CartServiceRequest> | undefined, b: CartServiceRequest | PlainMessage<CartServiceRequest> | undefined): boolean;
145
+ }
146
+
147
+ /**
148
+ * @generated from message ct_logic_uni_rev_payment.v1.CartServiceSuccess
149
+ */
150
+ export declare class CartServiceSuccess extends Message<CartServiceSuccess> {
151
+ /**
152
+ * @generated from field: int64 target = 1;
153
+ */
154
+ target: bigint;
155
+
156
+ /**
157
+ * @generated from field: string type = 2;
158
+ */
159
+ type: string;
160
+
161
+ /**
162
+ * @generated from field: google.protobuf.Struct params = 3;
163
+ */
164
+ params?: Struct;
165
+
166
+ constructor(data?: PartialMessage<CartServiceSuccess>);
167
+
168
+ static readonly runtime: typeof proto3;
169
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.CartServiceSuccess";
170
+ static readonly fields: FieldList;
171
+
172
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartServiceSuccess;
173
+
174
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartServiceSuccess;
175
+
176
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartServiceSuccess;
177
+
178
+ static equals(a: CartServiceSuccess | PlainMessage<CartServiceSuccess> | undefined, b: CartServiceSuccess | PlainMessage<CartServiceSuccess> | undefined): boolean;
179
+ }
180
+
181
+ /**
182
+ * @generated from message ct_logic_uni_rev_payment.v1.AddCartServiceFail
183
+ */
184
+ export declare class AddCartServiceFail extends Message<AddCartServiceFail> {
185
+ /**
186
+ * @generated from field: int64 target = 1;
187
+ */
188
+ target: bigint;
189
+
190
+ /**
191
+ * @generated from field: string type = 2;
192
+ */
193
+ type: string;
194
+
195
+ /**
196
+ * @generated from field: google.protobuf.Struct params = 3;
197
+ */
198
+ params?: Struct;
199
+
200
+ /**
201
+ * @generated from field: string error = 4;
202
+ */
203
+ error: string;
204
+
205
+ /**
206
+ * @generated from field: string code = 5;
207
+ */
208
+ code: string;
209
+
210
+ constructor(data?: PartialMessage<AddCartServiceFail>);
211
+
212
+ static readonly runtime: typeof proto3;
213
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.AddCartServiceFail";
214
+ static readonly fields: FieldList;
215
+
216
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AddCartServiceFail;
217
+
218
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AddCartServiceFail;
219
+
220
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AddCartServiceFail;
221
+
222
+ static equals(a: AddCartServiceFail | PlainMessage<AddCartServiceFail> | undefined, b: AddCartServiceFail | PlainMessage<AddCartServiceFail> | undefined): boolean;
223
+ }
224
+
225
+ /**
226
+ * @generated from message ct_logic_uni_rev_payment.v1.CartServiceResponse
227
+ */
228
+ export declare class CartServiceResponse extends Message<CartServiceResponse> {
229
+ /**
230
+ * @generated from field: int64 target = 1;
231
+ */
232
+ target: bigint;
233
+
234
+ /**
235
+ * @generated from field: string type = 2;
236
+ */
237
+ type: string;
238
+
239
+ /**
240
+ * @generated from field: google.protobuf.Struct params = 3;
241
+ */
242
+ params?: Struct;
243
+
244
+ /**
245
+ * @generated from field: double price = 4;
246
+ */
247
+ price: number;
248
+
249
+ /**
250
+ * @generated from field: ct_logic_uni_rev_payment.v1.CartServicePrice price_unit = 5;
251
+ */
252
+ priceUnit?: CartServicePrice;
253
+
254
+ constructor(data?: PartialMessage<CartServiceResponse>);
255
+
256
+ static readonly runtime: typeof proto3;
257
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.CartServiceResponse";
258
+ static readonly fields: FieldList;
259
+
260
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartServiceResponse;
261
+
262
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartServiceResponse;
263
+
264
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartServiceResponse;
265
+
266
+ static equals(a: CartServiceResponse | PlainMessage<CartServiceResponse> | undefined, b: CartServiceResponse | PlainMessage<CartServiceResponse> | undefined): boolean;
267
+ }
268
+
269
+ /**
270
+ * @generated from message ct_logic_uni_rev_payment.v1.GetCartResponse
271
+ */
272
+ export declare class GetCartResponse extends Message<GetCartResponse> {
273
+ /**
274
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.CartServiceResponse services = 1;
275
+ */
276
+ services: CartServiceResponse[];
277
+
278
+ constructor(data?: PartialMessage<GetCartResponse>);
279
+
280
+ static readonly runtime: typeof proto3;
281
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.GetCartResponse";
282
+ static readonly fields: FieldList;
283
+
284
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCartResponse;
285
+
286
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCartResponse;
287
+
288
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCartResponse;
289
+
290
+ static equals(a: GetCartResponse | PlainMessage<GetCartResponse> | undefined, b: GetCartResponse | PlainMessage<GetCartResponse> | undefined): boolean;
291
+ }
292
+
293
+ /**
294
+ * @generated from message ct_logic_uni_rev_payment.v1.GetCartInfoResponse
295
+ */
296
+ export declare class GetCartInfoResponse extends Message<GetCartInfoResponse> {
297
+ /**
298
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.CartInfoServiceResponse services = 1;
299
+ */
300
+ services: CartInfoServiceResponse[];
301
+
302
+ constructor(data?: PartialMessage<GetCartInfoResponse>);
303
+
304
+ static readonly runtime: typeof proto3;
305
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.GetCartInfoResponse";
306
+ static readonly fields: FieldList;
307
+
308
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCartInfoResponse;
309
+
310
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCartInfoResponse;
311
+
312
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCartInfoResponse;
313
+
314
+ static equals(a: GetCartInfoResponse | PlainMessage<GetCartInfoResponse> | undefined, b: GetCartInfoResponse | PlainMessage<GetCartInfoResponse> | undefined): boolean;
315
+ }
316
+
317
+ /**
318
+ * @generated from message ct_logic_uni_rev_payment.v1.CartInfoServiceResponse
319
+ */
320
+ export declare class CartInfoServiceResponse extends Message<CartInfoServiceResponse> {
321
+ /**
322
+ * @generated from field: string target = 1;
323
+ */
324
+ target: string;
325
+
326
+ /**
327
+ * @generated from field: string type = 2;
328
+ */
329
+ type: string;
330
+
331
+ /**
332
+ * @generated from field: google.protobuf.Struct params = 3;
333
+ */
334
+ params?: Struct;
335
+
336
+ /**
337
+ * @generated from field: double price = 4;
338
+ */
339
+ price: number;
340
+
341
+ /**
342
+ * @generated from field: ct_logic_uni_rev_payment.v1.CartServicePrice price_unit = 5;
343
+ */
344
+ priceUnit?: CartServicePrice;
345
+
346
+ constructor(data?: PartialMessage<CartInfoServiceResponse>);
347
+
348
+ static readonly runtime: typeof proto3;
349
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.CartInfoServiceResponse";
350
+ static readonly fields: FieldList;
351
+
352
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartInfoServiceResponse;
353
+
354
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartInfoServiceResponse;
355
+
356
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartInfoServiceResponse;
357
+
358
+ static equals(a: CartInfoServiceResponse | PlainMessage<CartInfoServiceResponse> | undefined, b: CartInfoServiceResponse | PlainMessage<CartInfoServiceResponse> | undefined): boolean;
359
+ }
360
+
361
+ /**
362
+ * @generated from message ct_logic_uni_rev_payment.v1.AddToCartRequest
363
+ */
364
+ export declare class AddToCartRequest extends Message<AddToCartRequest> {
365
+ /**
366
+ * @generated from field: string cart_id = 1;
367
+ */
368
+ cartId: string;
369
+
370
+ /**
371
+ * @generated from field: int64 account_id = 2;
372
+ */
373
+ accountId: bigint;
374
+
375
+ /**
376
+ * @generated from field: string platform = 3;
377
+ */
378
+ platform: string;
379
+
380
+ /**
381
+ * @generated from field: string app_version = 4;
382
+ */
383
+ appVersion: string;
384
+
385
+ /**
386
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.CartServiceRequest services = 5;
387
+ */
388
+ services: CartServiceRequest[];
389
+
390
+ constructor(data?: PartialMessage<AddToCartRequest>);
391
+
392
+ static readonly runtime: typeof proto3;
393
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.AddToCartRequest";
394
+ static readonly fields: FieldList;
395
+
396
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AddToCartRequest;
397
+
398
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AddToCartRequest;
399
+
400
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AddToCartRequest;
401
+
402
+ static equals(a: AddToCartRequest | PlainMessage<AddToCartRequest> | undefined, b: AddToCartRequest | PlainMessage<AddToCartRequest> | undefined): boolean;
403
+ }
404
+
405
+ /**
406
+ * @generated from message ct_logic_uni_rev_payment.v1.AddToCartResponse
407
+ */
408
+ export declare class AddToCartResponse extends Message<AddToCartResponse> {
409
+ /**
410
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.CartServiceSuccess success = 1;
411
+ */
412
+ success: CartServiceSuccess[];
413
+
414
+ /**
415
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.AddCartServiceFail fail = 2;
416
+ */
417
+ fail: AddCartServiceFail[];
418
+
419
+ constructor(data?: PartialMessage<AddToCartResponse>);
420
+
421
+ static readonly runtime: typeof proto3;
422
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.AddToCartResponse";
423
+ static readonly fields: FieldList;
424
+
425
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AddToCartResponse;
426
+
427
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AddToCartResponse;
428
+
429
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AddToCartResponse;
430
+
431
+ static equals(a: AddToCartResponse | PlainMessage<AddToCartResponse> | undefined, b: AddToCartResponse | PlainMessage<AddToCartResponse> | undefined): boolean;
432
+ }
433
+
434
+ /**
435
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteCartService
436
+ */
437
+ export declare class DeleteCartService extends Message<DeleteCartService> {
438
+ /**
439
+ * @generated from field: int64 target = 1;
440
+ */
441
+ target: bigint;
442
+
443
+ /**
444
+ * @generated from field: string type = 2;
445
+ */
446
+ type: string;
447
+
448
+ constructor(data?: PartialMessage<DeleteCartService>);
449
+
450
+ static readonly runtime: typeof proto3;
451
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteCartService";
452
+ static readonly fields: FieldList;
453
+
454
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteCartService;
455
+
456
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteCartService;
457
+
458
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteCartService;
459
+
460
+ static equals(a: DeleteCartService | PlainMessage<DeleteCartService> | undefined, b: DeleteCartService | PlainMessage<DeleteCartService> | undefined): boolean;
461
+ }
462
+
463
+ /**
464
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteCartRequest
465
+ */
466
+ export declare class DeleteCartRequest extends Message<DeleteCartRequest> {
467
+ /**
468
+ * @generated from field: string cart_id = 1;
469
+ */
470
+ cartId: string;
471
+
472
+ /**
473
+ * @generated from field: int64 account_id = 2;
474
+ */
475
+ accountId: bigint;
476
+
477
+ /**
478
+ * @generated from field: string platform = 3;
479
+ */
480
+ platform: string;
481
+
482
+ /**
483
+ * @generated from field: string app_version = 4;
484
+ */
485
+ appVersion: string;
486
+
487
+ /**
488
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.DeleteCartService services = 5;
489
+ */
490
+ services: DeleteCartService[];
491
+
492
+ constructor(data?: PartialMessage<DeleteCartRequest>);
493
+
494
+ static readonly runtime: typeof proto3;
495
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteCartRequest";
496
+ static readonly fields: FieldList;
497
+
498
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteCartRequest;
499
+
500
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteCartRequest;
501
+
502
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteCartRequest;
503
+
504
+ static equals(a: DeleteCartRequest | PlainMessage<DeleteCartRequest> | undefined, b: DeleteCartRequest | PlainMessage<DeleteCartRequest> | undefined): boolean;
505
+ }
506
+
507
+ /**
508
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteCartSuccess
509
+ */
510
+ export declare class DeleteCartSuccess extends Message<DeleteCartSuccess> {
511
+ /**
512
+ * @generated from field: int64 target = 1;
513
+ */
514
+ target: bigint;
515
+
516
+ /**
517
+ * @generated from field: string type = 2;
518
+ */
519
+ type: string;
520
+
521
+ constructor(data?: PartialMessage<DeleteCartSuccess>);
522
+
523
+ static readonly runtime: typeof proto3;
524
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteCartSuccess";
525
+ static readonly fields: FieldList;
526
+
527
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteCartSuccess;
528
+
529
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteCartSuccess;
530
+
531
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteCartSuccess;
532
+
533
+ static equals(a: DeleteCartSuccess | PlainMessage<DeleteCartSuccess> | undefined, b: DeleteCartSuccess | PlainMessage<DeleteCartSuccess> | undefined): boolean;
534
+ }
535
+
536
+ /**
537
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteCartFail
538
+ */
539
+ export declare class DeleteCartFail extends Message<DeleteCartFail> {
540
+ /**
541
+ * @generated from field: int64 target = 1;
542
+ */
543
+ target: bigint;
544
+
545
+ /**
546
+ * @generated from field: string type = 2;
547
+ */
548
+ type: string;
549
+
550
+ /**
551
+ * @generated from field: string error = 3;
552
+ */
553
+ error: string;
554
+
555
+ /**
556
+ * @generated from field: string code = 4;
557
+ */
558
+ code: string;
559
+
560
+ constructor(data?: PartialMessage<DeleteCartFail>);
561
+
562
+ static readonly runtime: typeof proto3;
563
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteCartFail";
564
+ static readonly fields: FieldList;
565
+
566
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteCartFail;
567
+
568
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteCartFail;
569
+
570
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteCartFail;
571
+
572
+ static equals(a: DeleteCartFail | PlainMessage<DeleteCartFail> | undefined, b: DeleteCartFail | PlainMessage<DeleteCartFail> | undefined): boolean;
573
+ }
574
+
575
+ /**
576
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteCartResponse
577
+ */
578
+ export declare class DeleteCartResponse extends Message<DeleteCartResponse> {
579
+ /**
580
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.DeleteCartSuccess success = 1;
581
+ */
582
+ success: DeleteCartSuccess[];
583
+
584
+ /**
585
+ * @generated from field: repeated ct_logic_uni_rev_payment.v1.DeleteCartFail fail = 2;
586
+ */
587
+ fail: DeleteCartFail[];
588
+
589
+ constructor(data?: PartialMessage<DeleteCartResponse>);
590
+
591
+ static readonly runtime: typeof proto3;
592
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteCartResponse";
593
+ static readonly fields: FieldList;
594
+
595
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteCartResponse;
596
+
597
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteCartResponse;
598
+
599
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteCartResponse;
600
+
601
+ static equals(a: DeleteCartResponse | PlainMessage<DeleteCartResponse> | undefined, b: DeleteCartResponse | PlainMessage<DeleteCartResponse> | undefined): boolean;
602
+ }
603
+
604
+ /**
605
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteAllCartRequest
606
+ */
607
+ export declare class DeleteAllCartRequest extends Message<DeleteAllCartRequest> {
608
+ /**
609
+ * @generated from field: string cart_id = 1;
610
+ */
611
+ cartId: string;
612
+
613
+ /**
614
+ * @generated from field: int64 account_id = 2;
615
+ */
616
+ accountId: bigint;
617
+
618
+ constructor(data?: PartialMessage<DeleteAllCartRequest>);
619
+
620
+ static readonly runtime: typeof proto3;
621
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteAllCartRequest";
622
+ static readonly fields: FieldList;
623
+
624
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteAllCartRequest;
625
+
626
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteAllCartRequest;
627
+
628
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteAllCartRequest;
629
+
630
+ static equals(a: DeleteAllCartRequest | PlainMessage<DeleteAllCartRequest> | undefined, b: DeleteAllCartRequest | PlainMessage<DeleteAllCartRequest> | undefined): boolean;
631
+ }
632
+
633
+ /**
634
+ * @generated from message ct_logic_uni_rev_payment.v1.DeleteAllCartResponse
635
+ */
636
+ export declare class DeleteAllCartResponse extends Message<DeleteAllCartResponse> {
637
+ /**
638
+ * @generated from field: string status = 1;
639
+ */
640
+ status: string;
641
+
642
+ constructor(data?: PartialMessage<DeleteAllCartResponse>);
643
+
644
+ static readonly runtime: typeof proto3;
645
+ static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteAllCartResponse";
646
+ static readonly fields: FieldList;
647
+
648
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteAllCartResponse;
649
+
650
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteAllCartResponse;
651
+
652
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteAllCartResponse;
653
+
654
+ static equals(a: DeleteAllCartResponse | PlainMessage<DeleteAllCartResponse> | undefined, b: DeleteAllCartResponse | PlainMessage<DeleteAllCartResponse> | undefined): boolean;
655
+ }
656
+