@sniipwebmaster/payment-methods-client-grpcweb-ts 26.9.9190 → 26.9.9208
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.
|
@@ -3469,9 +3469,6 @@ export class BackfillMasterBinHmacRequest extends jspb.Message {
|
|
|
3469
3469
|
getDryrun(): boolean;
|
|
3470
3470
|
setDryrun(value: boolean): BackfillMasterBinHmacRequest;
|
|
3471
3471
|
|
|
3472
|
-
getSystemauth(): string;
|
|
3473
|
-
setSystemauth(value: string): BackfillMasterBinHmacRequest;
|
|
3474
|
-
|
|
3475
3472
|
serializeBinary(): Uint8Array;
|
|
3476
3473
|
toObject(includeInstance?: boolean): BackfillMasterBinHmacRequest.AsObject;
|
|
3477
3474
|
static toObject(includeInstance: boolean, msg: BackfillMasterBinHmacRequest): BackfillMasterBinHmacRequest.AsObject;
|
|
@@ -3485,7 +3482,6 @@ export namespace BackfillMasterBinHmacRequest {
|
|
|
3485
3482
|
batchsize: number,
|
|
3486
3483
|
limit: number,
|
|
3487
3484
|
dryrun: boolean,
|
|
3488
|
-
systemauth: string,
|
|
3489
3485
|
}
|
|
3490
3486
|
}
|
|
3491
3487
|
|
|
@@ -3634,9 +3630,6 @@ export namespace RevealBinLookupResponse {
|
|
|
3634
3630
|
}
|
|
3635
3631
|
|
|
3636
3632
|
export class EncryptBinLookupPayloadsRequest extends jspb.Message {
|
|
3637
|
-
getSystemauth(): string;
|
|
3638
|
-
setSystemauth(value: string): EncryptBinLookupPayloadsRequest;
|
|
3639
|
-
|
|
3640
3633
|
getBatchsize(): number;
|
|
3641
3634
|
setBatchsize(value: number): EncryptBinLookupPayloadsRequest;
|
|
3642
3635
|
|
|
@@ -3656,7 +3649,6 @@ export class EncryptBinLookupPayloadsRequest extends jspb.Message {
|
|
|
3656
3649
|
|
|
3657
3650
|
export namespace EncryptBinLookupPayloadsRequest {
|
|
3658
3651
|
export type AsObject = {
|
|
3659
|
-
systemauth: string,
|
|
3660
3652
|
batchsize: number,
|
|
3661
3653
|
limit: number,
|
|
3662
3654
|
dryrun: boolean,
|
|
@@ -28965,8 +28965,7 @@ proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest.toObject = func
|
|
|
28965
28965
|
var f, obj = {
|
|
28966
28966
|
batchsize: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
28967
28967
|
limit: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
28968
|
-
dryrun: jspb.Message.getBooleanFieldWithDefault(msg, 3, false)
|
|
28969
|
-
systemauth: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
28968
|
+
dryrun: jspb.Message.getBooleanFieldWithDefault(msg, 3, false)
|
|
28970
28969
|
};
|
|
28971
28970
|
|
|
28972
28971
|
if (includeInstance) {
|
|
@@ -29015,10 +29014,6 @@ proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest.deserializeBina
|
|
|
29015
29014
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
29016
29015
|
msg.setDryrun(value);
|
|
29017
29016
|
break;
|
|
29018
|
-
case 4:
|
|
29019
|
-
var value = /** @type {string} */ (reader.readString());
|
|
29020
|
-
msg.setSystemauth(value);
|
|
29021
|
-
break;
|
|
29022
29017
|
default:
|
|
29023
29018
|
reader.skipField();
|
|
29024
29019
|
break;
|
|
@@ -29069,13 +29064,6 @@ proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest.serializeBinary
|
|
|
29069
29064
|
f
|
|
29070
29065
|
);
|
|
29071
29066
|
}
|
|
29072
|
-
f = message.getSystemauth();
|
|
29073
|
-
if (f.length > 0) {
|
|
29074
|
-
writer.writeString(
|
|
29075
|
-
4,
|
|
29076
|
-
f
|
|
29077
|
-
);
|
|
29078
|
-
}
|
|
29079
29067
|
};
|
|
29080
29068
|
|
|
29081
29069
|
|
|
@@ -29133,24 +29121,6 @@ proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest.prototype.setDr
|
|
|
29133
29121
|
};
|
|
29134
29122
|
|
|
29135
29123
|
|
|
29136
|
-
/**
|
|
29137
|
-
* optional string systemAuth = 4;
|
|
29138
|
-
* @return {string}
|
|
29139
|
-
*/
|
|
29140
|
-
proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest.prototype.getSystemauth = function() {
|
|
29141
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
29142
|
-
};
|
|
29143
|
-
|
|
29144
|
-
|
|
29145
|
-
/**
|
|
29146
|
-
* @param {string} value
|
|
29147
|
-
* @return {!proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest} returns this
|
|
29148
|
-
*/
|
|
29149
|
-
proto.sniippaymentmethodsserviceapi.BackfillMasterBinHmacRequest.prototype.setSystemauth = function(value) {
|
|
29150
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
29151
|
-
};
|
|
29152
|
-
|
|
29153
|
-
|
|
29154
29124
|
|
|
29155
29125
|
|
|
29156
29126
|
|
|
@@ -30265,7 +30235,6 @@ proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.prototype.to
|
|
|
30265
30235
|
*/
|
|
30266
30236
|
proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.toObject = function(includeInstance, msg) {
|
|
30267
30237
|
var f, obj = {
|
|
30268
|
-
systemauth: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
30269
30238
|
batchsize: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
30270
30239
|
limit: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
30271
30240
|
dryrun: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
|
|
@@ -30305,10 +30274,6 @@ proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.deserializeB
|
|
|
30305
30274
|
}
|
|
30306
30275
|
var field = reader.getFieldNumber();
|
|
30307
30276
|
switch (field) {
|
|
30308
|
-
case 1:
|
|
30309
|
-
var value = /** @type {string} */ (reader.readString());
|
|
30310
|
-
msg.setSystemauth(value);
|
|
30311
|
-
break;
|
|
30312
30277
|
case 2:
|
|
30313
30278
|
var value = /** @type {number} */ (reader.readInt32());
|
|
30314
30279
|
msg.setBatchsize(value);
|
|
@@ -30350,13 +30315,6 @@ proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.prototype.se
|
|
|
30350
30315
|
*/
|
|
30351
30316
|
proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
30352
30317
|
var f = undefined;
|
|
30353
|
-
f = message.getSystemauth();
|
|
30354
|
-
if (f.length > 0) {
|
|
30355
|
-
writer.writeString(
|
|
30356
|
-
1,
|
|
30357
|
-
f
|
|
30358
|
-
);
|
|
30359
|
-
}
|
|
30360
30318
|
f = message.getBatchsize();
|
|
30361
30319
|
if (f !== 0) {
|
|
30362
30320
|
writer.writeInt32(
|
|
@@ -30381,24 +30339,6 @@ proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.serializeBin
|
|
|
30381
30339
|
};
|
|
30382
30340
|
|
|
30383
30341
|
|
|
30384
|
-
/**
|
|
30385
|
-
* optional string systemAuth = 1;
|
|
30386
|
-
* @return {string}
|
|
30387
|
-
*/
|
|
30388
|
-
proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.prototype.getSystemauth = function() {
|
|
30389
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
30390
|
-
};
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
/**
|
|
30394
|
-
* @param {string} value
|
|
30395
|
-
* @return {!proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest} returns this
|
|
30396
|
-
*/
|
|
30397
|
-
proto.sniippaymentmethodsserviceapi.EncryptBinLookupPayloadsRequest.prototype.setSystemauth = function(value) {
|
|
30398
|
-
return jspb.Message.setProto3StringField(this, 1, value);
|
|
30399
|
-
};
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
30342
|
/**
|
|
30403
30343
|
* optional int32 batchSize = 2;
|
|
30404
30344
|
* @return {number}
|