@sniipwebmaster/cybersource-client-grpcweb 26.9.1317 → 26.9.1323
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/service_pb.js +0 -30
- package/package.json +1 -1
|
@@ -15075,7 +15075,6 @@ proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.prototype.toObject =
|
|
|
15075
15075
|
*/
|
|
15076
15076
|
proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.toObject = function(includeInstance, msg) {
|
|
15077
15077
|
var f, obj = {
|
|
15078
|
-
systemauth: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
15079
15078
|
batchsize: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
15080
15079
|
limit: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
15081
15080
|
dryrun: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
|
|
@@ -15115,10 +15114,6 @@ proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.deserializeBinaryFro
|
|
|
15115
15114
|
}
|
|
15116
15115
|
var field = reader.getFieldNumber();
|
|
15117
15116
|
switch (field) {
|
|
15118
|
-
case 1:
|
|
15119
|
-
var value = /** @type {string} */ (reader.readString());
|
|
15120
|
-
msg.setSystemauth(value);
|
|
15121
|
-
break;
|
|
15122
15117
|
case 2:
|
|
15123
15118
|
var value = /** @type {number} */ (reader.readInt32());
|
|
15124
15119
|
msg.setBatchsize(value);
|
|
@@ -15160,13 +15155,6 @@ proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.prototype.serializeB
|
|
|
15160
15155
|
*/
|
|
15161
15156
|
proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
15162
15157
|
var f = undefined;
|
|
15163
|
-
f = message.getSystemauth();
|
|
15164
|
-
if (f.length > 0) {
|
|
15165
|
-
writer.writeString(
|
|
15166
|
-
1,
|
|
15167
|
-
f
|
|
15168
|
-
);
|
|
15169
|
-
}
|
|
15170
15158
|
f = message.getBatchsize();
|
|
15171
15159
|
if (f !== 0) {
|
|
15172
15160
|
writer.writeInt32(
|
|
@@ -15191,24 +15179,6 @@ proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.serializeBinaryToWri
|
|
|
15191
15179
|
};
|
|
15192
15180
|
|
|
15193
15181
|
|
|
15194
|
-
/**
|
|
15195
|
-
* optional string systemAuth = 1;
|
|
15196
|
-
* @return {string}
|
|
15197
|
-
*/
|
|
15198
|
-
proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.prototype.getSystemauth = function() {
|
|
15199
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
15200
|
-
};
|
|
15201
|
-
|
|
15202
|
-
|
|
15203
|
-
/**
|
|
15204
|
-
* @param {string} value
|
|
15205
|
-
* @return {!proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest} returns this
|
|
15206
|
-
*/
|
|
15207
|
-
proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest.prototype.setSystemauth = function(value) {
|
|
15208
|
-
return jspb.Message.setProto3StringField(this, 1, value);
|
|
15209
|
-
};
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
15182
|
/**
|
|
15213
15183
|
* optional int32 batchSize = 2;
|
|
15214
15184
|
* @return {number}
|