@sniipwebmaster/cybersource-client-grpcweb 25.11.1100 → 26.9.1310

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.
@@ -810,5 +810,188 @@ proto.cybersourceserviceapi.CybersourceServiceAPIServicePromiseClient.prototype.
810
810
  };
811
811
 
812
812
 
813
+ /**
814
+ * @const
815
+ * @type {!grpc.web.MethodDescriptor<
816
+ * !proto.cybersourceserviceapi.GetBinLookupsRequest,
817
+ * !proto.cybersourceserviceapi.GetBinLookupsResponse>}
818
+ */
819
+ const methodDescriptor_CybersourceServiceAPIService_GetBinLookups = new grpc.web.MethodDescriptor(
820
+ '/cybersourceserviceapi.CybersourceServiceAPIService/GetBinLookups',
821
+ grpc.web.MethodType.UNARY,
822
+ proto.cybersourceserviceapi.GetBinLookupsRequest,
823
+ proto.cybersourceserviceapi.GetBinLookupsResponse,
824
+ /**
825
+ * @param {!proto.cybersourceserviceapi.GetBinLookupsRequest} request
826
+ * @return {!Uint8Array}
827
+ */
828
+ function(request) {
829
+ return request.serializeBinary();
830
+ },
831
+ proto.cybersourceserviceapi.GetBinLookupsResponse.deserializeBinary
832
+ );
833
+
834
+
835
+ /**
836
+ * @param {!proto.cybersourceserviceapi.GetBinLookupsRequest} request The
837
+ * request proto
838
+ * @param {?Object<string, string>} metadata User defined
839
+ * call metadata
840
+ * @param {function(?grpc.web.RpcError, ?proto.cybersourceserviceapi.GetBinLookupsResponse)}
841
+ * callback The callback function(error, response)
842
+ * @return {!grpc.web.ClientReadableStream<!proto.cybersourceserviceapi.GetBinLookupsResponse>|undefined}
843
+ * The XHR Node Readable Stream
844
+ */
845
+ proto.cybersourceserviceapi.CybersourceServiceAPIServiceClient.prototype.getBinLookups =
846
+ function(request, metadata, callback) {
847
+ return this.client_.rpcCall(this.hostname_ +
848
+ '/cybersourceserviceapi.CybersourceServiceAPIService/GetBinLookups',
849
+ request,
850
+ metadata || {},
851
+ methodDescriptor_CybersourceServiceAPIService_GetBinLookups,
852
+ callback);
853
+ };
854
+
855
+
856
+ /**
857
+ * @param {!proto.cybersourceserviceapi.GetBinLookupsRequest} request The
858
+ * request proto
859
+ * @param {?Object<string, string>=} metadata User defined
860
+ * call metadata
861
+ * @return {!Promise<!proto.cybersourceserviceapi.GetBinLookupsResponse>}
862
+ * Promise that resolves to the response
863
+ */
864
+ proto.cybersourceserviceapi.CybersourceServiceAPIServicePromiseClient.prototype.getBinLookups =
865
+ function(request, metadata) {
866
+ return this.client_.unaryCall(this.hostname_ +
867
+ '/cybersourceserviceapi.CybersourceServiceAPIService/GetBinLookups',
868
+ request,
869
+ metadata || {},
870
+ methodDescriptor_CybersourceServiceAPIService_GetBinLookups);
871
+ };
872
+
873
+
874
+ /**
875
+ * @const
876
+ * @type {!grpc.web.MethodDescriptor<
877
+ * !proto.cybersourceserviceapi.RevealBinLookupRequest,
878
+ * !proto.cybersourceserviceapi.RevealBinLookupResponse>}
879
+ */
880
+ const methodDescriptor_CybersourceServiceAPIService_RevealBinLookup = new grpc.web.MethodDescriptor(
881
+ '/cybersourceserviceapi.CybersourceServiceAPIService/RevealBinLookup',
882
+ grpc.web.MethodType.UNARY,
883
+ proto.cybersourceserviceapi.RevealBinLookupRequest,
884
+ proto.cybersourceserviceapi.RevealBinLookupResponse,
885
+ /**
886
+ * @param {!proto.cybersourceserviceapi.RevealBinLookupRequest} request
887
+ * @return {!Uint8Array}
888
+ */
889
+ function(request) {
890
+ return request.serializeBinary();
891
+ },
892
+ proto.cybersourceserviceapi.RevealBinLookupResponse.deserializeBinary
893
+ );
894
+
895
+
896
+ /**
897
+ * @param {!proto.cybersourceserviceapi.RevealBinLookupRequest} request The
898
+ * request proto
899
+ * @param {?Object<string, string>} metadata User defined
900
+ * call metadata
901
+ * @param {function(?grpc.web.RpcError, ?proto.cybersourceserviceapi.RevealBinLookupResponse)}
902
+ * callback The callback function(error, response)
903
+ * @return {!grpc.web.ClientReadableStream<!proto.cybersourceserviceapi.RevealBinLookupResponse>|undefined}
904
+ * The XHR Node Readable Stream
905
+ */
906
+ proto.cybersourceserviceapi.CybersourceServiceAPIServiceClient.prototype.revealBinLookup =
907
+ function(request, metadata, callback) {
908
+ return this.client_.rpcCall(this.hostname_ +
909
+ '/cybersourceserviceapi.CybersourceServiceAPIService/RevealBinLookup',
910
+ request,
911
+ metadata || {},
912
+ methodDescriptor_CybersourceServiceAPIService_RevealBinLookup,
913
+ callback);
914
+ };
915
+
916
+
917
+ /**
918
+ * @param {!proto.cybersourceserviceapi.RevealBinLookupRequest} request The
919
+ * request proto
920
+ * @param {?Object<string, string>=} metadata User defined
921
+ * call metadata
922
+ * @return {!Promise<!proto.cybersourceserviceapi.RevealBinLookupResponse>}
923
+ * Promise that resolves to the response
924
+ */
925
+ proto.cybersourceserviceapi.CybersourceServiceAPIServicePromiseClient.prototype.revealBinLookup =
926
+ function(request, metadata) {
927
+ return this.client_.unaryCall(this.hostname_ +
928
+ '/cybersourceserviceapi.CybersourceServiceAPIService/RevealBinLookup',
929
+ request,
930
+ metadata || {},
931
+ methodDescriptor_CybersourceServiceAPIService_RevealBinLookup);
932
+ };
933
+
934
+
935
+ /**
936
+ * @const
937
+ * @type {!grpc.web.MethodDescriptor<
938
+ * !proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest,
939
+ * !proto.cybersourceserviceapi.EncryptBinLookupPayloadsResponse>}
940
+ */
941
+ const methodDescriptor_CybersourceServiceAPIService_EncryptBinLookupPayloads = new grpc.web.MethodDescriptor(
942
+ '/cybersourceserviceapi.CybersourceServiceAPIService/EncryptBinLookupPayloads',
943
+ grpc.web.MethodType.UNARY,
944
+ proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest,
945
+ proto.cybersourceserviceapi.EncryptBinLookupPayloadsResponse,
946
+ /**
947
+ * @param {!proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest} request
948
+ * @return {!Uint8Array}
949
+ */
950
+ function(request) {
951
+ return request.serializeBinary();
952
+ },
953
+ proto.cybersourceserviceapi.EncryptBinLookupPayloadsResponse.deserializeBinary
954
+ );
955
+
956
+
957
+ /**
958
+ * @param {!proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest} request The
959
+ * request proto
960
+ * @param {?Object<string, string>} metadata User defined
961
+ * call metadata
962
+ * @param {function(?grpc.web.RpcError, ?proto.cybersourceserviceapi.EncryptBinLookupPayloadsResponse)}
963
+ * callback The callback function(error, response)
964
+ * @return {!grpc.web.ClientReadableStream<!proto.cybersourceserviceapi.EncryptBinLookupPayloadsResponse>|undefined}
965
+ * The XHR Node Readable Stream
966
+ */
967
+ proto.cybersourceserviceapi.CybersourceServiceAPIServiceClient.prototype.encryptBinLookupPayloads =
968
+ function(request, metadata, callback) {
969
+ return this.client_.rpcCall(this.hostname_ +
970
+ '/cybersourceserviceapi.CybersourceServiceAPIService/EncryptBinLookupPayloads',
971
+ request,
972
+ metadata || {},
973
+ methodDescriptor_CybersourceServiceAPIService_EncryptBinLookupPayloads,
974
+ callback);
975
+ };
976
+
977
+
978
+ /**
979
+ * @param {!proto.cybersourceserviceapi.EncryptBinLookupPayloadsRequest} request The
980
+ * request proto
981
+ * @param {?Object<string, string>=} metadata User defined
982
+ * call metadata
983
+ * @return {!Promise<!proto.cybersourceserviceapi.EncryptBinLookupPayloadsResponse>}
984
+ * Promise that resolves to the response
985
+ */
986
+ proto.cybersourceserviceapi.CybersourceServiceAPIServicePromiseClient.prototype.encryptBinLookupPayloads =
987
+ function(request, metadata) {
988
+ return this.client_.unaryCall(this.hostname_ +
989
+ '/cybersourceserviceapi.CybersourceServiceAPIService/EncryptBinLookupPayloads',
990
+ request,
991
+ metadata || {},
992
+ methodDescriptor_CybersourceServiceAPIService_EncryptBinLookupPayloads);
993
+ };
994
+
995
+
813
996
  module.exports = proto.cybersourceserviceapi;
814
997