@sniipwebmaster/payment-methods-client-grpcweb-ts 26.9.9060 → 26.9.9079
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/dependancies/ServiceServiceClientPb.ts +172 -0
- package/dependancies/service_pb.d.ts +276 -0
- package/dependancies/service_pb.js +2262 -0
- package/package.json +1 -1
|
@@ -384,6 +384,178 @@ export class SniipPaymentMethodsServiceAPIServiceClient {
|
|
|
384
384
|
this.methodDescriptorEftposBinUpdate);
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
+
methodDescriptorBackfillMasterBinHmac = new grpcWeb.MethodDescriptor(
|
|
388
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BackfillMasterBinHmac',
|
|
389
|
+
grpcWeb.MethodType.UNARY,
|
|
390
|
+
service_pb.BackfillMasterBinHmacRequest,
|
|
391
|
+
service_pb.BackfillMasterBinHmacResponse,
|
|
392
|
+
(request: service_pb.BackfillMasterBinHmacRequest) => {
|
|
393
|
+
return request.serializeBinary();
|
|
394
|
+
},
|
|
395
|
+
service_pb.BackfillMasterBinHmacResponse.deserializeBinary
|
|
396
|
+
);
|
|
397
|
+
|
|
398
|
+
backfillMasterBinHmac(
|
|
399
|
+
request: service_pb.BackfillMasterBinHmacRequest,
|
|
400
|
+
metadata?: grpcWeb.Metadata | null): Promise<service_pb.BackfillMasterBinHmacResponse>;
|
|
401
|
+
|
|
402
|
+
backfillMasterBinHmac(
|
|
403
|
+
request: service_pb.BackfillMasterBinHmacRequest,
|
|
404
|
+
metadata: grpcWeb.Metadata | null,
|
|
405
|
+
callback: (err: grpcWeb.RpcError,
|
|
406
|
+
response: service_pb.BackfillMasterBinHmacResponse) => void): grpcWeb.ClientReadableStream<service_pb.BackfillMasterBinHmacResponse>;
|
|
407
|
+
|
|
408
|
+
backfillMasterBinHmac(
|
|
409
|
+
request: service_pb.BackfillMasterBinHmacRequest,
|
|
410
|
+
metadata?: grpcWeb.Metadata | null,
|
|
411
|
+
callback?: (err: grpcWeb.RpcError,
|
|
412
|
+
response: service_pb.BackfillMasterBinHmacResponse) => void) {
|
|
413
|
+
if (callback !== undefined) {
|
|
414
|
+
return this.client_.rpcCall(
|
|
415
|
+
this.hostname_ +
|
|
416
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BackfillMasterBinHmac',
|
|
417
|
+
request,
|
|
418
|
+
metadata || {},
|
|
419
|
+
this.methodDescriptorBackfillMasterBinHmac,
|
|
420
|
+
callback);
|
|
421
|
+
}
|
|
422
|
+
return this.client_.unaryCall(
|
|
423
|
+
this.hostname_ +
|
|
424
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BackfillMasterBinHmac',
|
|
425
|
+
request,
|
|
426
|
+
metadata || {},
|
|
427
|
+
this.methodDescriptorBackfillMasterBinHmac);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
methodDescriptorGetBinLookups = new grpcWeb.MethodDescriptor(
|
|
431
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetBinLookups',
|
|
432
|
+
grpcWeb.MethodType.UNARY,
|
|
433
|
+
service_pb.GetBinLookupsRequest,
|
|
434
|
+
service_pb.GetBinLookupsResponse,
|
|
435
|
+
(request: service_pb.GetBinLookupsRequest) => {
|
|
436
|
+
return request.serializeBinary();
|
|
437
|
+
},
|
|
438
|
+
service_pb.GetBinLookupsResponse.deserializeBinary
|
|
439
|
+
);
|
|
440
|
+
|
|
441
|
+
getBinLookups(
|
|
442
|
+
request: service_pb.GetBinLookupsRequest,
|
|
443
|
+
metadata?: grpcWeb.Metadata | null): Promise<service_pb.GetBinLookupsResponse>;
|
|
444
|
+
|
|
445
|
+
getBinLookups(
|
|
446
|
+
request: service_pb.GetBinLookupsRequest,
|
|
447
|
+
metadata: grpcWeb.Metadata | null,
|
|
448
|
+
callback: (err: grpcWeb.RpcError,
|
|
449
|
+
response: service_pb.GetBinLookupsResponse) => void): grpcWeb.ClientReadableStream<service_pb.GetBinLookupsResponse>;
|
|
450
|
+
|
|
451
|
+
getBinLookups(
|
|
452
|
+
request: service_pb.GetBinLookupsRequest,
|
|
453
|
+
metadata?: grpcWeb.Metadata | null,
|
|
454
|
+
callback?: (err: grpcWeb.RpcError,
|
|
455
|
+
response: service_pb.GetBinLookupsResponse) => void) {
|
|
456
|
+
if (callback !== undefined) {
|
|
457
|
+
return this.client_.rpcCall(
|
|
458
|
+
this.hostname_ +
|
|
459
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetBinLookups',
|
|
460
|
+
request,
|
|
461
|
+
metadata || {},
|
|
462
|
+
this.methodDescriptorGetBinLookups,
|
|
463
|
+
callback);
|
|
464
|
+
}
|
|
465
|
+
return this.client_.unaryCall(
|
|
466
|
+
this.hostname_ +
|
|
467
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetBinLookups',
|
|
468
|
+
request,
|
|
469
|
+
metadata || {},
|
|
470
|
+
this.methodDescriptorGetBinLookups);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
methodDescriptorRevealBinLookup = new grpcWeb.MethodDescriptor(
|
|
474
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RevealBinLookup',
|
|
475
|
+
grpcWeb.MethodType.UNARY,
|
|
476
|
+
service_pb.RevealBinLookupRequest,
|
|
477
|
+
service_pb.RevealBinLookupResponse,
|
|
478
|
+
(request: service_pb.RevealBinLookupRequest) => {
|
|
479
|
+
return request.serializeBinary();
|
|
480
|
+
},
|
|
481
|
+
service_pb.RevealBinLookupResponse.deserializeBinary
|
|
482
|
+
);
|
|
483
|
+
|
|
484
|
+
revealBinLookup(
|
|
485
|
+
request: service_pb.RevealBinLookupRequest,
|
|
486
|
+
metadata?: grpcWeb.Metadata | null): Promise<service_pb.RevealBinLookupResponse>;
|
|
487
|
+
|
|
488
|
+
revealBinLookup(
|
|
489
|
+
request: service_pb.RevealBinLookupRequest,
|
|
490
|
+
metadata: grpcWeb.Metadata | null,
|
|
491
|
+
callback: (err: grpcWeb.RpcError,
|
|
492
|
+
response: service_pb.RevealBinLookupResponse) => void): grpcWeb.ClientReadableStream<service_pb.RevealBinLookupResponse>;
|
|
493
|
+
|
|
494
|
+
revealBinLookup(
|
|
495
|
+
request: service_pb.RevealBinLookupRequest,
|
|
496
|
+
metadata?: grpcWeb.Metadata | null,
|
|
497
|
+
callback?: (err: grpcWeb.RpcError,
|
|
498
|
+
response: service_pb.RevealBinLookupResponse) => void) {
|
|
499
|
+
if (callback !== undefined) {
|
|
500
|
+
return this.client_.rpcCall(
|
|
501
|
+
this.hostname_ +
|
|
502
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RevealBinLookup',
|
|
503
|
+
request,
|
|
504
|
+
metadata || {},
|
|
505
|
+
this.methodDescriptorRevealBinLookup,
|
|
506
|
+
callback);
|
|
507
|
+
}
|
|
508
|
+
return this.client_.unaryCall(
|
|
509
|
+
this.hostname_ +
|
|
510
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RevealBinLookup',
|
|
511
|
+
request,
|
|
512
|
+
metadata || {},
|
|
513
|
+
this.methodDescriptorRevealBinLookup);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
methodDescriptorEncryptBinLookupPayloads = new grpcWeb.MethodDescriptor(
|
|
517
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EncryptBinLookupPayloads',
|
|
518
|
+
grpcWeb.MethodType.UNARY,
|
|
519
|
+
service_pb.EncryptBinLookupPayloadsRequest,
|
|
520
|
+
service_pb.EncryptBinLookupPayloadsResponse,
|
|
521
|
+
(request: service_pb.EncryptBinLookupPayloadsRequest) => {
|
|
522
|
+
return request.serializeBinary();
|
|
523
|
+
},
|
|
524
|
+
service_pb.EncryptBinLookupPayloadsResponse.deserializeBinary
|
|
525
|
+
);
|
|
526
|
+
|
|
527
|
+
encryptBinLookupPayloads(
|
|
528
|
+
request: service_pb.EncryptBinLookupPayloadsRequest,
|
|
529
|
+
metadata?: grpcWeb.Metadata | null): Promise<service_pb.EncryptBinLookupPayloadsResponse>;
|
|
530
|
+
|
|
531
|
+
encryptBinLookupPayloads(
|
|
532
|
+
request: service_pb.EncryptBinLookupPayloadsRequest,
|
|
533
|
+
metadata: grpcWeb.Metadata | null,
|
|
534
|
+
callback: (err: grpcWeb.RpcError,
|
|
535
|
+
response: service_pb.EncryptBinLookupPayloadsResponse) => void): grpcWeb.ClientReadableStream<service_pb.EncryptBinLookupPayloadsResponse>;
|
|
536
|
+
|
|
537
|
+
encryptBinLookupPayloads(
|
|
538
|
+
request: service_pb.EncryptBinLookupPayloadsRequest,
|
|
539
|
+
metadata?: grpcWeb.Metadata | null,
|
|
540
|
+
callback?: (err: grpcWeb.RpcError,
|
|
541
|
+
response: service_pb.EncryptBinLookupPayloadsResponse) => void) {
|
|
542
|
+
if (callback !== undefined) {
|
|
543
|
+
return this.client_.rpcCall(
|
|
544
|
+
this.hostname_ +
|
|
545
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EncryptBinLookupPayloads',
|
|
546
|
+
request,
|
|
547
|
+
metadata || {},
|
|
548
|
+
this.methodDescriptorEncryptBinLookupPayloads,
|
|
549
|
+
callback);
|
|
550
|
+
}
|
|
551
|
+
return this.client_.unaryCall(
|
|
552
|
+
this.hostname_ +
|
|
553
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EncryptBinLookupPayloads',
|
|
554
|
+
request,
|
|
555
|
+
metadata || {},
|
|
556
|
+
this.methodDescriptorEncryptBinLookupPayloads);
|
|
557
|
+
}
|
|
558
|
+
|
|
387
559
|
methodDescriptorGetAcceptedPaymentMethodsByGroupId = new grpcWeb.MethodDescriptor(
|
|
388
560
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetAcceptedPaymentMethodsByGroupId',
|
|
389
561
|
grpcWeb.MethodType.UNARY,
|
|
@@ -3433,6 +3433,282 @@ export namespace UpdateMasterBinLookupOverrideRequest {
|
|
|
3433
3433
|
}
|
|
3434
3434
|
}
|
|
3435
3435
|
|
|
3436
|
+
export class BackfillMasterBinHmacRequest extends jspb.Message {
|
|
3437
|
+
getBatchsize(): number;
|
|
3438
|
+
setBatchsize(value: number): BackfillMasterBinHmacRequest;
|
|
3439
|
+
|
|
3440
|
+
getLimit(): number;
|
|
3441
|
+
setLimit(value: number): BackfillMasterBinHmacRequest;
|
|
3442
|
+
|
|
3443
|
+
getDryrun(): boolean;
|
|
3444
|
+
setDryrun(value: boolean): BackfillMasterBinHmacRequest;
|
|
3445
|
+
|
|
3446
|
+
getSystemauth(): string;
|
|
3447
|
+
setSystemauth(value: string): BackfillMasterBinHmacRequest;
|
|
3448
|
+
|
|
3449
|
+
serializeBinary(): Uint8Array;
|
|
3450
|
+
toObject(includeInstance?: boolean): BackfillMasterBinHmacRequest.AsObject;
|
|
3451
|
+
static toObject(includeInstance: boolean, msg: BackfillMasterBinHmacRequest): BackfillMasterBinHmacRequest.AsObject;
|
|
3452
|
+
static serializeBinaryToWriter(message: BackfillMasterBinHmacRequest, writer: jspb.BinaryWriter): void;
|
|
3453
|
+
static deserializeBinary(bytes: Uint8Array): BackfillMasterBinHmacRequest;
|
|
3454
|
+
static deserializeBinaryFromReader(message: BackfillMasterBinHmacRequest, reader: jspb.BinaryReader): BackfillMasterBinHmacRequest;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
export namespace BackfillMasterBinHmacRequest {
|
|
3458
|
+
export type AsObject = {
|
|
3459
|
+
batchsize: number,
|
|
3460
|
+
limit: number,
|
|
3461
|
+
dryrun: boolean,
|
|
3462
|
+
systemauth: string,
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
export class GetBinLookupsRequest extends jspb.Message {
|
|
3467
|
+
getPaymentmethodid(): number;
|
|
3468
|
+
setPaymentmethodid(value: number): GetBinLookupsRequest;
|
|
3469
|
+
|
|
3470
|
+
serializeBinary(): Uint8Array;
|
|
3471
|
+
toObject(includeInstance?: boolean): GetBinLookupsRequest.AsObject;
|
|
3472
|
+
static toObject(includeInstance: boolean, msg: GetBinLookupsRequest): GetBinLookupsRequest.AsObject;
|
|
3473
|
+
static serializeBinaryToWriter(message: GetBinLookupsRequest, writer: jspb.BinaryWriter): void;
|
|
3474
|
+
static deserializeBinary(bytes: Uint8Array): GetBinLookupsRequest;
|
|
3475
|
+
static deserializeBinaryFromReader(message: GetBinLookupsRequest, reader: jspb.BinaryReader): GetBinLookupsRequest;
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
export namespace GetBinLookupsRequest {
|
|
3479
|
+
export type AsObject = {
|
|
3480
|
+
paymentmethodid: number,
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3484
|
+
export class BinLookupSummary extends jspb.Message {
|
|
3485
|
+
getBinid(): number;
|
|
3486
|
+
setBinid(value: number): BinLookupSummary;
|
|
3487
|
+
|
|
3488
|
+
getBinprefix(): string;
|
|
3489
|
+
setBinprefix(value: string): BinLookupSummary;
|
|
3490
|
+
|
|
3491
|
+
getBinlength(): number;
|
|
3492
|
+
setBinlength(value: number): BinLookupSummary;
|
|
3493
|
+
|
|
3494
|
+
getPayloadencrypted(): boolean;
|
|
3495
|
+
setPayloadencrypted(value: boolean): BinLookupSummary;
|
|
3496
|
+
|
|
3497
|
+
getCreatedat(): string;
|
|
3498
|
+
setCreatedat(value: string): BinLookupSummary;
|
|
3499
|
+
|
|
3500
|
+
serializeBinary(): Uint8Array;
|
|
3501
|
+
toObject(includeInstance?: boolean): BinLookupSummary.AsObject;
|
|
3502
|
+
static toObject(includeInstance: boolean, msg: BinLookupSummary): BinLookupSummary.AsObject;
|
|
3503
|
+
static serializeBinaryToWriter(message: BinLookupSummary, writer: jspb.BinaryWriter): void;
|
|
3504
|
+
static deserializeBinary(bytes: Uint8Array): BinLookupSummary;
|
|
3505
|
+
static deserializeBinaryFromReader(message: BinLookupSummary, reader: jspb.BinaryReader): BinLookupSummary;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
export namespace BinLookupSummary {
|
|
3509
|
+
export type AsObject = {
|
|
3510
|
+
binid: number,
|
|
3511
|
+
binprefix: string,
|
|
3512
|
+
binlength: number,
|
|
3513
|
+
payloadencrypted: boolean,
|
|
3514
|
+
createdat: string,
|
|
3515
|
+
}
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3518
|
+
export class GetBinLookupsResponse extends jspb.Message {
|
|
3519
|
+
getResponsecode(): ResponseCode | undefined;
|
|
3520
|
+
setResponsecode(value?: ResponseCode): GetBinLookupsResponse;
|
|
3521
|
+
hasResponsecode(): boolean;
|
|
3522
|
+
clearResponsecode(): GetBinLookupsResponse;
|
|
3523
|
+
|
|
3524
|
+
getLookupsList(): Array<BinLookupSummary>;
|
|
3525
|
+
setLookupsList(value: Array<BinLookupSummary>): GetBinLookupsResponse;
|
|
3526
|
+
clearLookupsList(): GetBinLookupsResponse;
|
|
3527
|
+
addLookups(value?: BinLookupSummary, index?: number): BinLookupSummary;
|
|
3528
|
+
|
|
3529
|
+
serializeBinary(): Uint8Array;
|
|
3530
|
+
toObject(includeInstance?: boolean): GetBinLookupsResponse.AsObject;
|
|
3531
|
+
static toObject(includeInstance: boolean, msg: GetBinLookupsResponse): GetBinLookupsResponse.AsObject;
|
|
3532
|
+
static serializeBinaryToWriter(message: GetBinLookupsResponse, writer: jspb.BinaryWriter): void;
|
|
3533
|
+
static deserializeBinary(bytes: Uint8Array): GetBinLookupsResponse;
|
|
3534
|
+
static deserializeBinaryFromReader(message: GetBinLookupsResponse, reader: jspb.BinaryReader): GetBinLookupsResponse;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
export namespace GetBinLookupsResponse {
|
|
3538
|
+
export type AsObject = {
|
|
3539
|
+
responsecode?: ResponseCode.AsObject,
|
|
3540
|
+
lookupsList: Array<BinLookupSummary.AsObject>,
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
export class RevealBinLookupRequest extends jspb.Message {
|
|
3545
|
+
getBinid(): number;
|
|
3546
|
+
setBinid(value: number): RevealBinLookupRequest;
|
|
3547
|
+
|
|
3548
|
+
getReason(): string;
|
|
3549
|
+
setReason(value: string): RevealBinLookupRequest;
|
|
3550
|
+
|
|
3551
|
+
serializeBinary(): Uint8Array;
|
|
3552
|
+
toObject(includeInstance?: boolean): RevealBinLookupRequest.AsObject;
|
|
3553
|
+
static toObject(includeInstance: boolean, msg: RevealBinLookupRequest): RevealBinLookupRequest.AsObject;
|
|
3554
|
+
static serializeBinaryToWriter(message: RevealBinLookupRequest, writer: jspb.BinaryWriter): void;
|
|
3555
|
+
static deserializeBinary(bytes: Uint8Array): RevealBinLookupRequest;
|
|
3556
|
+
static deserializeBinaryFromReader(message: RevealBinLookupRequest, reader: jspb.BinaryReader): RevealBinLookupRequest;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
export namespace RevealBinLookupRequest {
|
|
3560
|
+
export type AsObject = {
|
|
3561
|
+
binid: number,
|
|
3562
|
+
reason: string,
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3565
|
+
|
|
3566
|
+
export class RevealBinLookupResponse extends jspb.Message {
|
|
3567
|
+
getResponsecode(): ResponseCode | undefined;
|
|
3568
|
+
setResponsecode(value?: ResponseCode): RevealBinLookupResponse;
|
|
3569
|
+
hasResponsecode(): boolean;
|
|
3570
|
+
clearResponsecode(): RevealBinLookupResponse;
|
|
3571
|
+
|
|
3572
|
+
getBinid(): number;
|
|
3573
|
+
setBinid(value: number): RevealBinLookupResponse;
|
|
3574
|
+
|
|
3575
|
+
getPaymentmethodid(): number;
|
|
3576
|
+
setPaymentmethodid(value: number): RevealBinLookupResponse;
|
|
3577
|
+
|
|
3578
|
+
getBinprefix(): string;
|
|
3579
|
+
setBinprefix(value: string): RevealBinLookupResponse;
|
|
3580
|
+
|
|
3581
|
+
getBinlength(): number;
|
|
3582
|
+
setBinlength(value: number): RevealBinLookupResponse;
|
|
3583
|
+
|
|
3584
|
+
getRawresponse(): string;
|
|
3585
|
+
setRawresponse(value: string): RevealBinLookupResponse;
|
|
3586
|
+
|
|
3587
|
+
getRevealauditid(): number;
|
|
3588
|
+
setRevealauditid(value: number): RevealBinLookupResponse;
|
|
3589
|
+
|
|
3590
|
+
serializeBinary(): Uint8Array;
|
|
3591
|
+
toObject(includeInstance?: boolean): RevealBinLookupResponse.AsObject;
|
|
3592
|
+
static toObject(includeInstance: boolean, msg: RevealBinLookupResponse): RevealBinLookupResponse.AsObject;
|
|
3593
|
+
static serializeBinaryToWriter(message: RevealBinLookupResponse, writer: jspb.BinaryWriter): void;
|
|
3594
|
+
static deserializeBinary(bytes: Uint8Array): RevealBinLookupResponse;
|
|
3595
|
+
static deserializeBinaryFromReader(message: RevealBinLookupResponse, reader: jspb.BinaryReader): RevealBinLookupResponse;
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
export namespace RevealBinLookupResponse {
|
|
3599
|
+
export type AsObject = {
|
|
3600
|
+
responsecode?: ResponseCode.AsObject,
|
|
3601
|
+
binid: number,
|
|
3602
|
+
paymentmethodid: number,
|
|
3603
|
+
binprefix: string,
|
|
3604
|
+
binlength: number,
|
|
3605
|
+
rawresponse: string,
|
|
3606
|
+
revealauditid: number,
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
export class EncryptBinLookupPayloadsRequest extends jspb.Message {
|
|
3611
|
+
getSystemauth(): string;
|
|
3612
|
+
setSystemauth(value: string): EncryptBinLookupPayloadsRequest;
|
|
3613
|
+
|
|
3614
|
+
getBatchsize(): number;
|
|
3615
|
+
setBatchsize(value: number): EncryptBinLookupPayloadsRequest;
|
|
3616
|
+
|
|
3617
|
+
getLimit(): number;
|
|
3618
|
+
setLimit(value: number): EncryptBinLookupPayloadsRequest;
|
|
3619
|
+
|
|
3620
|
+
getDryrun(): boolean;
|
|
3621
|
+
setDryrun(value: boolean): EncryptBinLookupPayloadsRequest;
|
|
3622
|
+
|
|
3623
|
+
serializeBinary(): Uint8Array;
|
|
3624
|
+
toObject(includeInstance?: boolean): EncryptBinLookupPayloadsRequest.AsObject;
|
|
3625
|
+
static toObject(includeInstance: boolean, msg: EncryptBinLookupPayloadsRequest): EncryptBinLookupPayloadsRequest.AsObject;
|
|
3626
|
+
static serializeBinaryToWriter(message: EncryptBinLookupPayloadsRequest, writer: jspb.BinaryWriter): void;
|
|
3627
|
+
static deserializeBinary(bytes: Uint8Array): EncryptBinLookupPayloadsRequest;
|
|
3628
|
+
static deserializeBinaryFromReader(message: EncryptBinLookupPayloadsRequest, reader: jspb.BinaryReader): EncryptBinLookupPayloadsRequest;
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
export namespace EncryptBinLookupPayloadsRequest {
|
|
3632
|
+
export type AsObject = {
|
|
3633
|
+
systemauth: string,
|
|
3634
|
+
batchsize: number,
|
|
3635
|
+
limit: number,
|
|
3636
|
+
dryrun: boolean,
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3639
|
+
|
|
3640
|
+
export class EncryptBinLookupPayloadsResponse extends jspb.Message {
|
|
3641
|
+
getResponsecode(): ResponseCode | undefined;
|
|
3642
|
+
setResponsecode(value?: ResponseCode): EncryptBinLookupPayloadsResponse;
|
|
3643
|
+
hasResponsecode(): boolean;
|
|
3644
|
+
clearResponsecode(): EncryptBinLookupPayloadsResponse;
|
|
3645
|
+
|
|
3646
|
+
getProcessed(): number;
|
|
3647
|
+
setProcessed(value: number): EncryptBinLookupPayloadsResponse;
|
|
3648
|
+
|
|
3649
|
+
getSkipped(): number;
|
|
3650
|
+
setSkipped(value: number): EncryptBinLookupPayloadsResponse;
|
|
3651
|
+
|
|
3652
|
+
getRemaining(): number;
|
|
3653
|
+
setRemaining(value: number): EncryptBinLookupPayloadsResponse;
|
|
3654
|
+
|
|
3655
|
+
getDryrun(): boolean;
|
|
3656
|
+
setDryrun(value: boolean): EncryptBinLookupPayloadsResponse;
|
|
3657
|
+
|
|
3658
|
+
serializeBinary(): Uint8Array;
|
|
3659
|
+
toObject(includeInstance?: boolean): EncryptBinLookupPayloadsResponse.AsObject;
|
|
3660
|
+
static toObject(includeInstance: boolean, msg: EncryptBinLookupPayloadsResponse): EncryptBinLookupPayloadsResponse.AsObject;
|
|
3661
|
+
static serializeBinaryToWriter(message: EncryptBinLookupPayloadsResponse, writer: jspb.BinaryWriter): void;
|
|
3662
|
+
static deserializeBinary(bytes: Uint8Array): EncryptBinLookupPayloadsResponse;
|
|
3663
|
+
static deserializeBinaryFromReader(message: EncryptBinLookupPayloadsResponse, reader: jspb.BinaryReader): EncryptBinLookupPayloadsResponse;
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3666
|
+
export namespace EncryptBinLookupPayloadsResponse {
|
|
3667
|
+
export type AsObject = {
|
|
3668
|
+
responsecode?: ResponseCode.AsObject,
|
|
3669
|
+
processed: number,
|
|
3670
|
+
skipped: number,
|
|
3671
|
+
remaining: number,
|
|
3672
|
+
dryrun: boolean,
|
|
3673
|
+
}
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3676
|
+
export class BackfillMasterBinHmacResponse extends jspb.Message {
|
|
3677
|
+
getResponsecode(): ResponseCode | undefined;
|
|
3678
|
+
setResponsecode(value?: ResponseCode): BackfillMasterBinHmacResponse;
|
|
3679
|
+
hasResponsecode(): boolean;
|
|
3680
|
+
clearResponsecode(): BackfillMasterBinHmacResponse;
|
|
3681
|
+
|
|
3682
|
+
getProcessed(): number;
|
|
3683
|
+
setProcessed(value: number): BackfillMasterBinHmacResponse;
|
|
3684
|
+
|
|
3685
|
+
getSkipped(): number;
|
|
3686
|
+
setSkipped(value: number): BackfillMasterBinHmacResponse;
|
|
3687
|
+
|
|
3688
|
+
getRemaining(): number;
|
|
3689
|
+
setRemaining(value: number): BackfillMasterBinHmacResponse;
|
|
3690
|
+
|
|
3691
|
+
getDryrun(): boolean;
|
|
3692
|
+
setDryrun(value: boolean): BackfillMasterBinHmacResponse;
|
|
3693
|
+
|
|
3694
|
+
serializeBinary(): Uint8Array;
|
|
3695
|
+
toObject(includeInstance?: boolean): BackfillMasterBinHmacResponse.AsObject;
|
|
3696
|
+
static toObject(includeInstance: boolean, msg: BackfillMasterBinHmacResponse): BackfillMasterBinHmacResponse.AsObject;
|
|
3697
|
+
static serializeBinaryToWriter(message: BackfillMasterBinHmacResponse, writer: jspb.BinaryWriter): void;
|
|
3698
|
+
static deserializeBinary(bytes: Uint8Array): BackfillMasterBinHmacResponse;
|
|
3699
|
+
static deserializeBinaryFromReader(message: BackfillMasterBinHmacResponse, reader: jspb.BinaryReader): BackfillMasterBinHmacResponse;
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
export namespace BackfillMasterBinHmacResponse {
|
|
3703
|
+
export type AsObject = {
|
|
3704
|
+
responsecode?: ResponseCode.AsObject,
|
|
3705
|
+
processed: number,
|
|
3706
|
+
skipped: number,
|
|
3707
|
+
remaining: number,
|
|
3708
|
+
dryrun: boolean,
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3436
3712
|
export class UpdatePaymentMethodGroupRequest extends jspb.Message {
|
|
3437
3713
|
getData(): PaymentMethodGroupPatchRequest | undefined;
|
|
3438
3714
|
setData(value?: PaymentMethodGroupPatchRequest): UpdatePaymentMethodGroupRequest;
|