@sniipwebmaster/payment-methods-client-grpcweb 22.14.4760 → 23.4.4805
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_grpc_web_pb.js +160 -0
- package/dependancies/service_pb.js +1889 -159
- package/package.json +1 -1
|
@@ -1194,6 +1194,86 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1194
1194
|
};
|
|
1195
1195
|
|
|
1196
1196
|
|
|
1197
|
+
/**
|
|
1198
|
+
* @const
|
|
1199
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1200
|
+
* !proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest,
|
|
1201
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1202
|
+
*/
|
|
1203
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo = new grpc.web.MethodDescriptor(
|
|
1204
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetDigitalPaymentMethodsInfo',
|
|
1205
|
+
grpc.web.MethodType.UNARY,
|
|
1206
|
+
proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest,
|
|
1207
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1208
|
+
/**
|
|
1209
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request
|
|
1210
|
+
* @return {!Uint8Array}
|
|
1211
|
+
*/
|
|
1212
|
+
function(request) {
|
|
1213
|
+
return request.serializeBinary();
|
|
1214
|
+
},
|
|
1215
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1216
|
+
);
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* @const
|
|
1221
|
+
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1222
|
+
* !proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest,
|
|
1223
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1224
|
+
*/
|
|
1225
|
+
const methodInfo_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1226
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1227
|
+
/**
|
|
1228
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request
|
|
1229
|
+
* @return {!Uint8Array}
|
|
1230
|
+
*/
|
|
1231
|
+
function(request) {
|
|
1232
|
+
return request.serializeBinary();
|
|
1233
|
+
},
|
|
1234
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1235
|
+
);
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
/**
|
|
1239
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request The
|
|
1240
|
+
* request proto
|
|
1241
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1242
|
+
* call metadata
|
|
1243
|
+
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1244
|
+
* callback The callback function(error, response)
|
|
1245
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1246
|
+
* The XHR Node Readable Stream
|
|
1247
|
+
*/
|
|
1248
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getDigitalPaymentMethodsInfo =
|
|
1249
|
+
function(request, metadata, callback) {
|
|
1250
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1251
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetDigitalPaymentMethodsInfo',
|
|
1252
|
+
request,
|
|
1253
|
+
metadata || {},
|
|
1254
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo,
|
|
1255
|
+
callback);
|
|
1256
|
+
};
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request The
|
|
1261
|
+
* request proto
|
|
1262
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1263
|
+
* call metadata
|
|
1264
|
+
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1265
|
+
* Promise that resolves to the response
|
|
1266
|
+
*/
|
|
1267
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getDigitalPaymentMethodsInfo =
|
|
1268
|
+
function(request, metadata) {
|
|
1269
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1270
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetDigitalPaymentMethodsInfo',
|
|
1271
|
+
request,
|
|
1272
|
+
metadata || {},
|
|
1273
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo);
|
|
1274
|
+
};
|
|
1275
|
+
|
|
1276
|
+
|
|
1197
1277
|
/**
|
|
1198
1278
|
* @const
|
|
1199
1279
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -1834,6 +1914,86 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1834
1914
|
};
|
|
1835
1915
|
|
|
1836
1916
|
|
|
1917
|
+
/**
|
|
1918
|
+
* @const
|
|
1919
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1920
|
+
* !proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest,
|
|
1921
|
+
* !proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>}
|
|
1922
|
+
*/
|
|
1923
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod = new grpc.web.MethodDescriptor(
|
|
1924
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPriorityBillConfigsForPaymentMethod',
|
|
1925
|
+
grpc.web.MethodType.UNARY,
|
|
1926
|
+
proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest,
|
|
1927
|
+
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse,
|
|
1928
|
+
/**
|
|
1929
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request
|
|
1930
|
+
* @return {!Uint8Array}
|
|
1931
|
+
*/
|
|
1932
|
+
function(request) {
|
|
1933
|
+
return request.serializeBinary();
|
|
1934
|
+
},
|
|
1935
|
+
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse.deserializeBinary
|
|
1936
|
+
);
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* @const
|
|
1941
|
+
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1942
|
+
* !proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest,
|
|
1943
|
+
* !proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>}
|
|
1944
|
+
*/
|
|
1945
|
+
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1946
|
+
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse,
|
|
1947
|
+
/**
|
|
1948
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request
|
|
1949
|
+
* @return {!Uint8Array}
|
|
1950
|
+
*/
|
|
1951
|
+
function(request) {
|
|
1952
|
+
return request.serializeBinary();
|
|
1953
|
+
},
|
|
1954
|
+
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse.deserializeBinary
|
|
1955
|
+
);
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
/**
|
|
1959
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request The
|
|
1960
|
+
* request proto
|
|
1961
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1962
|
+
* call metadata
|
|
1963
|
+
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse)}
|
|
1964
|
+
* callback The callback function(error, response)
|
|
1965
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>|undefined}
|
|
1966
|
+
* The XHR Node Readable Stream
|
|
1967
|
+
*/
|
|
1968
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPriorityBillConfigsForPaymentMethod =
|
|
1969
|
+
function(request, metadata, callback) {
|
|
1970
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1971
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPriorityBillConfigsForPaymentMethod',
|
|
1972
|
+
request,
|
|
1973
|
+
metadata || {},
|
|
1974
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod,
|
|
1975
|
+
callback);
|
|
1976
|
+
};
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
/**
|
|
1980
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request The
|
|
1981
|
+
* request proto
|
|
1982
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1983
|
+
* call metadata
|
|
1984
|
+
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>}
|
|
1985
|
+
* Promise that resolves to the response
|
|
1986
|
+
*/
|
|
1987
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPriorityBillConfigsForPaymentMethod =
|
|
1988
|
+
function(request, metadata) {
|
|
1989
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1990
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPriorityBillConfigsForPaymentMethod',
|
|
1991
|
+
request,
|
|
1992
|
+
metadata || {},
|
|
1993
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod);
|
|
1994
|
+
};
|
|
1995
|
+
|
|
1996
|
+
|
|
1837
1997
|
/**
|
|
1838
1998
|
* @const
|
|
1839
1999
|
* @type {!grpc.web.MethodDescriptor<
|