@sniipwebmaster/payment-methods-client-grpcweb 23.5.4916 → 23.16.5329

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.
@@ -1834,6 +1834,166 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
1834
1834
  };
1835
1835
 
1836
1836
 
1837
+ /**
1838
+ * @const
1839
+ * @type {!grpc.web.MethodDescriptor<
1840
+ * !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest,
1841
+ * !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
1842
+ */
1843
+ const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal = new grpc.web.MethodDescriptor(
1844
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAuditInternal',
1845
+ grpc.web.MethodType.UNARY,
1846
+ proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest,
1847
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
1848
+ /**
1849
+ * @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request
1850
+ * @return {!Uint8Array}
1851
+ */
1852
+ function(request) {
1853
+ return request.serializeBinary();
1854
+ },
1855
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
1856
+ );
1857
+
1858
+
1859
+ /**
1860
+ * @const
1861
+ * @type {!grpc.web.AbstractClientBase.MethodInfo<
1862
+ * !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest,
1863
+ * !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
1864
+ */
1865
+ const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal = new grpc.web.AbstractClientBase.MethodInfo(
1866
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
1867
+ /**
1868
+ * @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request
1869
+ * @return {!Uint8Array}
1870
+ */
1871
+ function(request) {
1872
+ return request.serializeBinary();
1873
+ },
1874
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
1875
+ );
1876
+
1877
+
1878
+ /**
1879
+ * @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request The
1880
+ * request proto
1881
+ * @param {?Object<string, string>} metadata User defined
1882
+ * call metadata
1883
+ * @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
1884
+ * callback The callback function(error, response)
1885
+ * @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
1886
+ * The XHR Node Readable Stream
1887
+ */
1888
+ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsForAuditInternal =
1889
+ function(request, metadata, callback) {
1890
+ return this.client_.rpcCall(this.hostname_ +
1891
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAuditInternal',
1892
+ request,
1893
+ metadata || {},
1894
+ methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal,
1895
+ callback);
1896
+ };
1897
+
1898
+
1899
+ /**
1900
+ * @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request The
1901
+ * request proto
1902
+ * @param {?Object<string, string>} metadata User defined
1903
+ * call metadata
1904
+ * @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
1905
+ * Promise that resolves to the response
1906
+ */
1907
+ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsForAuditInternal =
1908
+ function(request, metadata) {
1909
+ return this.client_.unaryCall(this.hostname_ +
1910
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAuditInternal',
1911
+ request,
1912
+ metadata || {},
1913
+ methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal);
1914
+ };
1915
+
1916
+
1917
+ /**
1918
+ * @const
1919
+ * @type {!grpc.web.MethodDescriptor<
1920
+ * !proto.google.protobuf.Empty,
1921
+ * !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
1922
+ */
1923
+ const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc = new grpc.web.MethodDescriptor(
1924
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForKyc',
1925
+ grpc.web.MethodType.UNARY,
1926
+ google_protobuf_empty_pb.Empty,
1927
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
1928
+ /**
1929
+ * @param {!proto.google.protobuf.Empty} request
1930
+ * @return {!Uint8Array}
1931
+ */
1932
+ function(request) {
1933
+ return request.serializeBinary();
1934
+ },
1935
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
1936
+ );
1937
+
1938
+
1939
+ /**
1940
+ * @const
1941
+ * @type {!grpc.web.AbstractClientBase.MethodInfo<
1942
+ * !proto.google.protobuf.Empty,
1943
+ * !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
1944
+ */
1945
+ const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc = new grpc.web.AbstractClientBase.MethodInfo(
1946
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
1947
+ /**
1948
+ * @param {!proto.google.protobuf.Empty} request
1949
+ * @return {!Uint8Array}
1950
+ */
1951
+ function(request) {
1952
+ return request.serializeBinary();
1953
+ },
1954
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
1955
+ );
1956
+
1957
+
1958
+ /**
1959
+ * @param {!proto.google.protobuf.Empty} request The
1960
+ * request proto
1961
+ * @param {?Object<string, string>} metadata User defined
1962
+ * call metadata
1963
+ * @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
1964
+ * callback The callback function(error, response)
1965
+ * @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
1966
+ * The XHR Node Readable Stream
1967
+ */
1968
+ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsForKyc =
1969
+ function(request, metadata, callback) {
1970
+ return this.client_.rpcCall(this.hostname_ +
1971
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForKyc',
1972
+ request,
1973
+ metadata || {},
1974
+ methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc,
1975
+ callback);
1976
+ };
1977
+
1978
+
1979
+ /**
1980
+ * @param {!proto.google.protobuf.Empty} request The
1981
+ * request proto
1982
+ * @param {?Object<string, string>} metadata User defined
1983
+ * call metadata
1984
+ * @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
1985
+ * Promise that resolves to the response
1986
+ */
1987
+ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsForKyc =
1988
+ function(request, metadata) {
1989
+ return this.client_.unaryCall(this.hostname_ +
1990
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForKyc',
1991
+ request,
1992
+ metadata || {},
1993
+ methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc);
1994
+ };
1995
+
1996
+
1837
1997
  /**
1838
1998
  * @const
1839
1999
  * @type {!grpc.web.MethodDescriptor<