@sniipwebmaster/transaction-service-client-grpcweb 26.6.15034 → 26.6.15056

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.
@@ -927,6 +927,67 @@ proto.sniiptransactionapi.SniipTransactionAPIServicePromiseClient.prototype.expo
927
927
  };
928
928
 
929
929
 
930
+ /**
931
+ * @const
932
+ * @type {!grpc.web.MethodDescriptor<
933
+ * !proto.google.protobuf.Empty,
934
+ * !proto.sniiptransactionapi.ResponseCode>}
935
+ */
936
+ const methodDescriptor_SniipTransactionAPIService_FlushScheduledPaymentAlerts = new grpc.web.MethodDescriptor(
937
+ '/sniiptransactionapi.SniipTransactionAPIService/FlushScheduledPaymentAlerts',
938
+ grpc.web.MethodType.UNARY,
939
+ google_protobuf_empty_pb.Empty,
940
+ proto.sniiptransactionapi.ResponseCode,
941
+ /**
942
+ * @param {!proto.google.protobuf.Empty} request
943
+ * @return {!Uint8Array}
944
+ */
945
+ function(request) {
946
+ return request.serializeBinary();
947
+ },
948
+ proto.sniiptransactionapi.ResponseCode.deserializeBinary
949
+ );
950
+
951
+
952
+ /**
953
+ * @param {!proto.google.protobuf.Empty} request The
954
+ * request proto
955
+ * @param {?Object<string, string>} metadata User defined
956
+ * call metadata
957
+ * @param {function(?grpc.web.RpcError, ?proto.sniiptransactionapi.ResponseCode)}
958
+ * callback The callback function(error, response)
959
+ * @return {!grpc.web.ClientReadableStream<!proto.sniiptransactionapi.ResponseCode>|undefined}
960
+ * The XHR Node Readable Stream
961
+ */
962
+ proto.sniiptransactionapi.SniipTransactionAPIServiceClient.prototype.flushScheduledPaymentAlerts =
963
+ function(request, metadata, callback) {
964
+ return this.client_.rpcCall(this.hostname_ +
965
+ '/sniiptransactionapi.SniipTransactionAPIService/FlushScheduledPaymentAlerts',
966
+ request,
967
+ metadata || {},
968
+ methodDescriptor_SniipTransactionAPIService_FlushScheduledPaymentAlerts,
969
+ callback);
970
+ };
971
+
972
+
973
+ /**
974
+ * @param {!proto.google.protobuf.Empty} request The
975
+ * request proto
976
+ * @param {?Object<string, string>=} metadata User defined
977
+ * call metadata
978
+ * @return {!Promise<!proto.sniiptransactionapi.ResponseCode>}
979
+ * Promise that resolves to the response
980
+ */
981
+ proto.sniiptransactionapi.SniipTransactionAPIServicePromiseClient.prototype.flushScheduledPaymentAlerts =
982
+ function(request, metadata) {
983
+ return this.client_.unaryCall(this.hostname_ +
984
+ '/sniiptransactionapi.SniipTransactionAPIService/FlushScheduledPaymentAlerts',
985
+ request,
986
+ metadata || {},
987
+ methodDescriptor_SniipTransactionAPIService_FlushScheduledPaymentAlerts);
988
+ };
989
+
990
+
930
991
  /**
931
992
  * @const
932
993
  * @type {!grpc.web.MethodDescriptor<
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb",
3
- "version": "26.6.15034",
3
+ "version": "26.6.15056",
4
4
  "description": "transaction-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",