@alexochihua/protos 1.0.40 → 1.0.41
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/dist/generated/kapital/contracts/v1/contracts.d.ts +3 -31
- package/dist/generated/kapital/contracts/v1/contracts.js +290 -615
- package/dist/generated/kapital/contracts/v1/contracts.js.map +1 -1
- package/dist/generated/kapital/contracts/v1/contracts_types.d.ts +5 -0
- package/dist/generated/kapital/contracts/v1/contracts_types.js +53 -1
- package/dist/generated/kapital/contracts/v1/contracts_types.js.map +1 -1
- package/dist/generated/kapital/payments/v1/payments.d.ts +0 -4
- package/dist/generated/kapital/payments/v1/payments.js +77 -132
- package/dist/generated/kapital/payments/v1/payments.js.map +1 -1
- package/dist/generated/kapital/transactions/v1/transactions.d.ts +0 -2
- package/dist/generated/kapital/transactions/v1/transactions.js +20 -50
- package/dist/generated/kapital/transactions/v1/transactions.js.map +1 -1
- package/package.json +1 -1
- package/proto/kapital/contracts/v1/contracts.proto +129 -161
- package/proto/kapital/contracts/v1/contracts_types.proto +320 -315
- package/proto/kapital/payments/v1/payments.proto +89 -93
- package/proto/kapital/transactions/v1/transactions.proto +9 -11
|
@@ -121,7 +121,6 @@ exports.GetExistsContractResponse = {
|
|
|
121
121
|
function createBaseCreatePaymentRequest() {
|
|
122
122
|
return {
|
|
123
123
|
contract_id: "",
|
|
124
|
-
transaction_id: "",
|
|
125
124
|
amount: 0,
|
|
126
125
|
type: "",
|
|
127
126
|
description: "",
|
|
@@ -156,89 +155,86 @@ exports.CreatePaymentRequest = {
|
|
|
156
155
|
if (message.contract_id !== "") {
|
|
157
156
|
writer.uint32(10).string(message.contract_id);
|
|
158
157
|
}
|
|
159
|
-
if (message.transaction_id !== "") {
|
|
160
|
-
writer.uint32(18).string(message.transaction_id);
|
|
161
|
-
}
|
|
162
158
|
if (message.amount !== 0) {
|
|
163
|
-
writer.uint32(
|
|
159
|
+
writer.uint32(17).double(message.amount);
|
|
164
160
|
}
|
|
165
161
|
if (message.type !== "") {
|
|
166
|
-
writer.uint32(
|
|
162
|
+
writer.uint32(26).string(message.type);
|
|
167
163
|
}
|
|
168
164
|
if (message.description !== "") {
|
|
169
|
-
writer.uint32(
|
|
165
|
+
writer.uint32(34).string(message.description);
|
|
170
166
|
}
|
|
171
167
|
if (message.location !== "") {
|
|
172
|
-
writer.uint32(
|
|
168
|
+
writer.uint32(42).string(message.location);
|
|
173
169
|
}
|
|
174
170
|
if (message.location_type !== 0) {
|
|
175
|
-
writer.uint32(
|
|
171
|
+
writer.uint32(48).int32(message.location_type);
|
|
176
172
|
}
|
|
177
173
|
if (message.provider_assessed_fee !== 0) {
|
|
178
|
-
writer.uint32(
|
|
174
|
+
writer.uint32(57).double(message.provider_assessed_fee);
|
|
179
175
|
}
|
|
180
176
|
if (message.verify_only !== 0) {
|
|
181
|
-
writer.uint32(
|
|
177
|
+
writer.uint32(64).int32(message.verify_only);
|
|
182
178
|
}
|
|
183
179
|
if (message.merchant_id !== "") {
|
|
184
|
-
writer.uint32(
|
|
180
|
+
writer.uint32(74).string(message.merchant_id);
|
|
185
181
|
}
|
|
186
182
|
if (message.partner !== "") {
|
|
187
|
-
writer.uint32(
|
|
183
|
+
writer.uint32(82).string(message.partner);
|
|
188
184
|
}
|
|
189
185
|
if (message.retail_chain !== "") {
|
|
190
|
-
writer.uint32(
|
|
186
|
+
writer.uint32(90).string(message.retail_chain);
|
|
191
187
|
}
|
|
192
188
|
if (message.retail_sale_transaction_key !== "") {
|
|
193
|
-
writer.uint32(
|
|
189
|
+
writer.uint32(98).string(message.retail_sale_transaction_key);
|
|
194
190
|
}
|
|
195
191
|
if (message.store_address_1 !== "") {
|
|
196
|
-
writer.uint32(
|
|
192
|
+
writer.uint32(106).string(message.store_address_1);
|
|
197
193
|
}
|
|
198
194
|
if (message.store_address_2 !== "") {
|
|
199
|
-
writer.uint32(
|
|
195
|
+
writer.uint32(114).string(message.store_address_2);
|
|
200
196
|
}
|
|
201
197
|
if (message.store_latitude !== "") {
|
|
202
|
-
writer.uint32(
|
|
198
|
+
writer.uint32(122).string(message.store_latitude);
|
|
203
199
|
}
|
|
204
200
|
if (message.store_longitude !== "") {
|
|
205
|
-
writer.uint32(
|
|
201
|
+
writer.uint32(130).string(message.store_longitude);
|
|
206
202
|
}
|
|
207
203
|
if (message.store_number !== "") {
|
|
208
|
-
writer.uint32(
|
|
204
|
+
writer.uint32(138).string(message.store_number);
|
|
209
205
|
}
|
|
210
206
|
if (message.store_name !== "") {
|
|
211
|
-
writer.uint32(
|
|
207
|
+
writer.uint32(146).string(message.store_name);
|
|
212
208
|
}
|
|
213
209
|
if (message.store_transaction_date !== "") {
|
|
214
|
-
writer.uint32(
|
|
210
|
+
writer.uint32(154).string(message.store_transaction_date);
|
|
215
211
|
}
|
|
216
212
|
if (message.store_city !== "") {
|
|
217
|
-
writer.uint32(
|
|
213
|
+
writer.uint32(162).string(message.store_city);
|
|
218
214
|
}
|
|
219
215
|
if (message.store_zip !== "") {
|
|
220
|
-
writer.uint32(
|
|
216
|
+
writer.uint32(170).string(message.store_zip);
|
|
221
217
|
}
|
|
222
218
|
if (message.hold_amount !== 0) {
|
|
223
|
-
writer.uint32(
|
|
219
|
+
writer.uint32(177).double(message.hold_amount);
|
|
224
220
|
}
|
|
225
221
|
if (message.hold_expiration_date_time !== "") {
|
|
226
|
-
writer.uint32(
|
|
222
|
+
writer.uint32(186).string(message.hold_expiration_date_time);
|
|
227
223
|
}
|
|
228
224
|
if (message.hold_description !== "") {
|
|
229
|
-
writer.uint32(
|
|
225
|
+
writer.uint32(194).string(message.hold_description);
|
|
230
226
|
}
|
|
231
227
|
if (message.hold_external_id !== "") {
|
|
232
|
-
writer.uint32(
|
|
228
|
+
writer.uint32(202).string(message.hold_external_id);
|
|
233
229
|
}
|
|
234
230
|
if (message.reference_id !== "") {
|
|
235
|
-
writer.uint32(
|
|
231
|
+
writer.uint32(210).string(message.reference_id);
|
|
236
232
|
}
|
|
237
233
|
if (message.originator_name !== "") {
|
|
238
|
-
writer.uint32(
|
|
234
|
+
writer.uint32(218).string(message.originator_name);
|
|
239
235
|
}
|
|
240
236
|
if (message.receiver_name !== "") {
|
|
241
|
-
writer.uint32(
|
|
237
|
+
writer.uint32(226).string(message.receiver_name);
|
|
242
238
|
}
|
|
243
239
|
return writer;
|
|
244
240
|
},
|
|
@@ -257,198 +253,191 @@ exports.CreatePaymentRequest = {
|
|
|
257
253
|
continue;
|
|
258
254
|
}
|
|
259
255
|
case 2: {
|
|
260
|
-
if (tag !==
|
|
256
|
+
if (tag !== 17) {
|
|
261
257
|
break;
|
|
262
258
|
}
|
|
263
|
-
message.
|
|
259
|
+
message.amount = reader.double();
|
|
264
260
|
continue;
|
|
265
261
|
}
|
|
266
262
|
case 3: {
|
|
267
|
-
if (tag !==
|
|
263
|
+
if (tag !== 26) {
|
|
268
264
|
break;
|
|
269
265
|
}
|
|
270
|
-
message.
|
|
266
|
+
message.type = reader.string();
|
|
271
267
|
continue;
|
|
272
268
|
}
|
|
273
269
|
case 4: {
|
|
274
270
|
if (tag !== 34) {
|
|
275
271
|
break;
|
|
276
272
|
}
|
|
277
|
-
message.
|
|
273
|
+
message.description = reader.string();
|
|
278
274
|
continue;
|
|
279
275
|
}
|
|
280
276
|
case 5: {
|
|
281
277
|
if (tag !== 42) {
|
|
282
278
|
break;
|
|
283
279
|
}
|
|
284
|
-
message.
|
|
280
|
+
message.location = reader.string();
|
|
285
281
|
continue;
|
|
286
282
|
}
|
|
287
283
|
case 6: {
|
|
288
|
-
if (tag !==
|
|
284
|
+
if (tag !== 48) {
|
|
289
285
|
break;
|
|
290
286
|
}
|
|
291
|
-
message.
|
|
287
|
+
message.location_type = reader.int32();
|
|
292
288
|
continue;
|
|
293
289
|
}
|
|
294
290
|
case 7: {
|
|
295
|
-
if (tag !==
|
|
291
|
+
if (tag !== 57) {
|
|
296
292
|
break;
|
|
297
293
|
}
|
|
298
|
-
message.
|
|
294
|
+
message.provider_assessed_fee = reader.double();
|
|
299
295
|
continue;
|
|
300
296
|
}
|
|
301
297
|
case 8: {
|
|
302
|
-
if (tag !==
|
|
298
|
+
if (tag !== 64) {
|
|
303
299
|
break;
|
|
304
300
|
}
|
|
305
|
-
message.
|
|
301
|
+
message.verify_only = reader.int32();
|
|
306
302
|
continue;
|
|
307
303
|
}
|
|
308
304
|
case 9: {
|
|
309
|
-
if (tag !==
|
|
305
|
+
if (tag !== 74) {
|
|
310
306
|
break;
|
|
311
307
|
}
|
|
312
|
-
message.
|
|
308
|
+
message.merchant_id = reader.string();
|
|
313
309
|
continue;
|
|
314
310
|
}
|
|
315
311
|
case 10: {
|
|
316
312
|
if (tag !== 82) {
|
|
317
313
|
break;
|
|
318
314
|
}
|
|
319
|
-
message.
|
|
315
|
+
message.partner = reader.string();
|
|
320
316
|
continue;
|
|
321
317
|
}
|
|
322
318
|
case 11: {
|
|
323
319
|
if (tag !== 90) {
|
|
324
320
|
break;
|
|
325
321
|
}
|
|
326
|
-
message.
|
|
322
|
+
message.retail_chain = reader.string();
|
|
327
323
|
continue;
|
|
328
324
|
}
|
|
329
325
|
case 12: {
|
|
330
326
|
if (tag !== 98) {
|
|
331
327
|
break;
|
|
332
328
|
}
|
|
333
|
-
message.
|
|
329
|
+
message.retail_sale_transaction_key = reader.string();
|
|
334
330
|
continue;
|
|
335
331
|
}
|
|
336
332
|
case 13: {
|
|
337
333
|
if (tag !== 106) {
|
|
338
334
|
break;
|
|
339
335
|
}
|
|
340
|
-
message.
|
|
336
|
+
message.store_address_1 = reader.string();
|
|
341
337
|
continue;
|
|
342
338
|
}
|
|
343
339
|
case 14: {
|
|
344
340
|
if (tag !== 114) {
|
|
345
341
|
break;
|
|
346
342
|
}
|
|
347
|
-
message.
|
|
343
|
+
message.store_address_2 = reader.string();
|
|
348
344
|
continue;
|
|
349
345
|
}
|
|
350
346
|
case 15: {
|
|
351
347
|
if (tag !== 122) {
|
|
352
348
|
break;
|
|
353
349
|
}
|
|
354
|
-
message.
|
|
350
|
+
message.store_latitude = reader.string();
|
|
355
351
|
continue;
|
|
356
352
|
}
|
|
357
353
|
case 16: {
|
|
358
354
|
if (tag !== 130) {
|
|
359
355
|
break;
|
|
360
356
|
}
|
|
361
|
-
message.
|
|
357
|
+
message.store_longitude = reader.string();
|
|
362
358
|
continue;
|
|
363
359
|
}
|
|
364
360
|
case 17: {
|
|
365
361
|
if (tag !== 138) {
|
|
366
362
|
break;
|
|
367
363
|
}
|
|
368
|
-
message.
|
|
364
|
+
message.store_number = reader.string();
|
|
369
365
|
continue;
|
|
370
366
|
}
|
|
371
367
|
case 18: {
|
|
372
368
|
if (tag !== 146) {
|
|
373
369
|
break;
|
|
374
370
|
}
|
|
375
|
-
message.
|
|
371
|
+
message.store_name = reader.string();
|
|
376
372
|
continue;
|
|
377
373
|
}
|
|
378
374
|
case 19: {
|
|
379
375
|
if (tag !== 154) {
|
|
380
376
|
break;
|
|
381
377
|
}
|
|
382
|
-
message.
|
|
378
|
+
message.store_transaction_date = reader.string();
|
|
383
379
|
continue;
|
|
384
380
|
}
|
|
385
381
|
case 20: {
|
|
386
382
|
if (tag !== 162) {
|
|
387
383
|
break;
|
|
388
384
|
}
|
|
389
|
-
message.
|
|
385
|
+
message.store_city = reader.string();
|
|
390
386
|
continue;
|
|
391
387
|
}
|
|
392
388
|
case 21: {
|
|
393
389
|
if (tag !== 170) {
|
|
394
390
|
break;
|
|
395
391
|
}
|
|
396
|
-
message.
|
|
392
|
+
message.store_zip = reader.string();
|
|
397
393
|
continue;
|
|
398
394
|
}
|
|
399
395
|
case 22: {
|
|
400
|
-
if (tag !==
|
|
396
|
+
if (tag !== 177) {
|
|
401
397
|
break;
|
|
402
398
|
}
|
|
403
|
-
message.
|
|
399
|
+
message.hold_amount = reader.double();
|
|
404
400
|
continue;
|
|
405
401
|
}
|
|
406
402
|
case 23: {
|
|
407
|
-
if (tag !==
|
|
403
|
+
if (tag !== 186) {
|
|
408
404
|
break;
|
|
409
405
|
}
|
|
410
|
-
message.
|
|
406
|
+
message.hold_expiration_date_time = reader.string();
|
|
411
407
|
continue;
|
|
412
408
|
}
|
|
413
409
|
case 24: {
|
|
414
410
|
if (tag !== 194) {
|
|
415
411
|
break;
|
|
416
412
|
}
|
|
417
|
-
message.
|
|
413
|
+
message.hold_description = reader.string();
|
|
418
414
|
continue;
|
|
419
415
|
}
|
|
420
416
|
case 25: {
|
|
421
417
|
if (tag !== 202) {
|
|
422
418
|
break;
|
|
423
419
|
}
|
|
424
|
-
message.
|
|
420
|
+
message.hold_external_id = reader.string();
|
|
425
421
|
continue;
|
|
426
422
|
}
|
|
427
423
|
case 26: {
|
|
428
424
|
if (tag !== 210) {
|
|
429
425
|
break;
|
|
430
426
|
}
|
|
431
|
-
message.
|
|
427
|
+
message.reference_id = reader.string();
|
|
432
428
|
continue;
|
|
433
429
|
}
|
|
434
430
|
case 27: {
|
|
435
431
|
if (tag !== 218) {
|
|
436
432
|
break;
|
|
437
433
|
}
|
|
438
|
-
message.
|
|
434
|
+
message.originator_name = reader.string();
|
|
439
435
|
continue;
|
|
440
436
|
}
|
|
441
437
|
case 28: {
|
|
442
438
|
if (tag !== 226) {
|
|
443
439
|
break;
|
|
444
440
|
}
|
|
445
|
-
message.originator_name = reader.string();
|
|
446
|
-
continue;
|
|
447
|
-
}
|
|
448
|
-
case 29: {
|
|
449
|
-
if (tag !== 234) {
|
|
450
|
-
break;
|
|
451
|
-
}
|
|
452
441
|
message.receiver_name = reader.string();
|
|
453
442
|
continue;
|
|
454
443
|
}
|
|
@@ -466,7 +455,6 @@ exports.CreatePaymentRequest = {
|
|
|
466
455
|
fromPartial(object) {
|
|
467
456
|
const message = createBaseCreatePaymentRequest();
|
|
468
457
|
message.contract_id = object.contract_id ?? "";
|
|
469
|
-
message.transaction_id = object.transaction_id ?? "";
|
|
470
458
|
message.amount = object.amount ?? 0;
|
|
471
459
|
message.type = object.type ?? "";
|
|
472
460
|
message.description = object.description ?? "";
|
|
@@ -498,15 +486,7 @@ exports.CreatePaymentRequest = {
|
|
|
498
486
|
},
|
|
499
487
|
};
|
|
500
488
|
function createBaseCreatePaymentResponse() {
|
|
501
|
-
return {
|
|
502
|
-
meta: undefined,
|
|
503
|
-
old_balance: 0,
|
|
504
|
-
new_balance: 0,
|
|
505
|
-
fee_amount: "",
|
|
506
|
-
payment_trans_id: "0",
|
|
507
|
-
transaction_id: "",
|
|
508
|
-
hold_id: "0",
|
|
509
|
-
};
|
|
489
|
+
return { meta: undefined, old_balance: 0, new_balance: 0, fee_amount: "", payment_trans_id: "0", hold_id: "0" };
|
|
510
490
|
}
|
|
511
491
|
exports.CreatePaymentResponse = {
|
|
512
492
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
@@ -525,11 +505,8 @@ exports.CreatePaymentResponse = {
|
|
|
525
505
|
if (message.payment_trans_id !== "0") {
|
|
526
506
|
writer.uint32(40).int64(message.payment_trans_id);
|
|
527
507
|
}
|
|
528
|
-
if (message.transaction_id !== "") {
|
|
529
|
-
writer.uint32(50).string(message.transaction_id);
|
|
530
|
-
}
|
|
531
508
|
if (message.hold_id !== "0") {
|
|
532
|
-
writer.uint32(
|
|
509
|
+
writer.uint32(48).int64(message.hold_id);
|
|
533
510
|
}
|
|
534
511
|
return writer;
|
|
535
512
|
},
|
|
@@ -576,14 +553,7 @@ exports.CreatePaymentResponse = {
|
|
|
576
553
|
continue;
|
|
577
554
|
}
|
|
578
555
|
case 6: {
|
|
579
|
-
if (tag !==
|
|
580
|
-
break;
|
|
581
|
-
}
|
|
582
|
-
message.transaction_id = reader.string();
|
|
583
|
-
continue;
|
|
584
|
-
}
|
|
585
|
-
case 7: {
|
|
586
|
-
if (tag !== 56) {
|
|
556
|
+
if (tag !== 48) {
|
|
587
557
|
break;
|
|
588
558
|
}
|
|
589
559
|
message.hold_id = reader.int64().toString();
|
|
@@ -609,7 +579,6 @@ exports.CreatePaymentResponse = {
|
|
|
609
579
|
message.new_balance = object.new_balance ?? 0;
|
|
610
580
|
message.fee_amount = object.fee_amount ?? "";
|
|
611
581
|
message.payment_trans_id = object.payment_trans_id ?? "0";
|
|
612
|
-
message.transaction_id = object.transaction_id ?? "";
|
|
613
582
|
message.hold_id = object.hold_id ?? "0";
|
|
614
583
|
return message;
|
|
615
584
|
},
|
|
@@ -617,8 +586,6 @@ exports.CreatePaymentResponse = {
|
|
|
617
586
|
function createBaseGetPaymentHistoryRequest() {
|
|
618
587
|
return {
|
|
619
588
|
contract_id: "",
|
|
620
|
-
provider_id: "",
|
|
621
|
-
transaction_id: "",
|
|
622
589
|
account_number: "",
|
|
623
590
|
start_date: "",
|
|
624
591
|
end_date: "",
|
|
@@ -632,29 +599,23 @@ exports.GetPaymentHistoryRequest = {
|
|
|
632
599
|
if (message.contract_id !== "") {
|
|
633
600
|
writer.uint32(10).string(message.contract_id);
|
|
634
601
|
}
|
|
635
|
-
if (message.provider_id !== "") {
|
|
636
|
-
writer.uint32(18).string(message.provider_id);
|
|
637
|
-
}
|
|
638
|
-
if (message.transaction_id !== "") {
|
|
639
|
-
writer.uint32(26).string(message.transaction_id);
|
|
640
|
-
}
|
|
641
602
|
if (message.account_number !== "") {
|
|
642
|
-
writer.uint32(
|
|
603
|
+
writer.uint32(18).string(message.account_number);
|
|
643
604
|
}
|
|
644
605
|
if (message.start_date !== "") {
|
|
645
|
-
writer.uint32(
|
|
606
|
+
writer.uint32(26).string(message.start_date);
|
|
646
607
|
}
|
|
647
608
|
if (message.end_date !== "") {
|
|
648
|
-
writer.uint32(
|
|
609
|
+
writer.uint32(34).string(message.end_date);
|
|
649
610
|
}
|
|
650
611
|
if (message.include_related !== 0) {
|
|
651
|
-
writer.uint32(
|
|
612
|
+
writer.uint32(40).int32(message.include_related);
|
|
652
613
|
}
|
|
653
614
|
if (message.record_count !== 0) {
|
|
654
|
-
writer.uint32(
|
|
615
|
+
writer.uint32(48).int32(message.record_count);
|
|
655
616
|
}
|
|
656
617
|
if (message.page !== 0) {
|
|
657
|
-
writer.uint32(
|
|
618
|
+
writer.uint32(56).int32(message.page);
|
|
658
619
|
}
|
|
659
620
|
return writer;
|
|
660
621
|
},
|
|
@@ -676,55 +637,41 @@ exports.GetPaymentHistoryRequest = {
|
|
|
676
637
|
if (tag !== 18) {
|
|
677
638
|
break;
|
|
678
639
|
}
|
|
679
|
-
message.
|
|
640
|
+
message.account_number = reader.string();
|
|
680
641
|
continue;
|
|
681
642
|
}
|
|
682
643
|
case 3: {
|
|
683
644
|
if (tag !== 26) {
|
|
684
645
|
break;
|
|
685
646
|
}
|
|
686
|
-
message.
|
|
647
|
+
message.start_date = reader.string();
|
|
687
648
|
continue;
|
|
688
649
|
}
|
|
689
650
|
case 4: {
|
|
690
651
|
if (tag !== 34) {
|
|
691
652
|
break;
|
|
692
653
|
}
|
|
693
|
-
message.
|
|
654
|
+
message.end_date = reader.string();
|
|
694
655
|
continue;
|
|
695
656
|
}
|
|
696
657
|
case 5: {
|
|
697
|
-
if (tag !==
|
|
658
|
+
if (tag !== 40) {
|
|
698
659
|
break;
|
|
699
660
|
}
|
|
700
|
-
message.
|
|
661
|
+
message.include_related = reader.int32();
|
|
701
662
|
continue;
|
|
702
663
|
}
|
|
703
664
|
case 6: {
|
|
704
|
-
if (tag !==
|
|
665
|
+
if (tag !== 48) {
|
|
705
666
|
break;
|
|
706
667
|
}
|
|
707
|
-
message.
|
|
668
|
+
message.record_count = reader.int32();
|
|
708
669
|
continue;
|
|
709
670
|
}
|
|
710
671
|
case 7: {
|
|
711
672
|
if (tag !== 56) {
|
|
712
673
|
break;
|
|
713
674
|
}
|
|
714
|
-
message.include_related = reader.int32();
|
|
715
|
-
continue;
|
|
716
|
-
}
|
|
717
|
-
case 8: {
|
|
718
|
-
if (tag !== 64) {
|
|
719
|
-
break;
|
|
720
|
-
}
|
|
721
|
-
message.record_count = reader.int32();
|
|
722
|
-
continue;
|
|
723
|
-
}
|
|
724
|
-
case 9: {
|
|
725
|
-
if (tag !== 72) {
|
|
726
|
-
break;
|
|
727
|
-
}
|
|
728
675
|
message.page = reader.int32();
|
|
729
676
|
continue;
|
|
730
677
|
}
|
|
@@ -742,8 +689,6 @@ exports.GetPaymentHistoryRequest = {
|
|
|
742
689
|
fromPartial(object) {
|
|
743
690
|
const message = createBaseGetPaymentHistoryRequest();
|
|
744
691
|
message.contract_id = object.contract_id ?? "";
|
|
745
|
-
message.provider_id = object.provider_id ?? "";
|
|
746
|
-
message.transaction_id = object.transaction_id ?? "";
|
|
747
692
|
message.account_number = object.account_number ?? "";
|
|
748
693
|
message.start_date = object.start_date ?? "";
|
|
749
694
|
message.end_date = object.end_date ?? "";
|