@sniipwebmaster/payment-methods-client-grpcweb 26.2.7758 → 26.2.7776
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 +122 -0
- package/dependancies/service_pb.js +1875 -2
- package/package.json +1 -1
|
@@ -2884,5 +2884,127 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
2884
2884
|
};
|
|
2885
2885
|
|
|
2886
2886
|
|
|
2887
|
+
/**
|
|
2888
|
+
* @const
|
|
2889
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2890
|
+
* !proto.sniippaymentmethodsserviceapi.AddClick2PayRequest,
|
|
2891
|
+
* !proto.sniippaymentmethodsserviceapi.AddClick2PayResponse>}
|
|
2892
|
+
*/
|
|
2893
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_AddClick2Pay = new grpc.web.MethodDescriptor(
|
|
2894
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddClick2Pay',
|
|
2895
|
+
grpc.web.MethodType.UNARY,
|
|
2896
|
+
proto.sniippaymentmethodsserviceapi.AddClick2PayRequest,
|
|
2897
|
+
proto.sniippaymentmethodsserviceapi.AddClick2PayResponse,
|
|
2898
|
+
/**
|
|
2899
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddClick2PayRequest} request
|
|
2900
|
+
* @return {!Uint8Array}
|
|
2901
|
+
*/
|
|
2902
|
+
function(request) {
|
|
2903
|
+
return request.serializeBinary();
|
|
2904
|
+
},
|
|
2905
|
+
proto.sniippaymentmethodsserviceapi.AddClick2PayResponse.deserializeBinary
|
|
2906
|
+
);
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
/**
|
|
2910
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddClick2PayRequest} request The
|
|
2911
|
+
* request proto
|
|
2912
|
+
* @param {?Object<string, string>} metadata User defined
|
|
2913
|
+
* call metadata
|
|
2914
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentmethodsserviceapi.AddClick2PayResponse)}
|
|
2915
|
+
* callback The callback function(error, response)
|
|
2916
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.AddClick2PayResponse>|undefined}
|
|
2917
|
+
* The XHR Node Readable Stream
|
|
2918
|
+
*/
|
|
2919
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.addClick2Pay =
|
|
2920
|
+
function(request, metadata, callback) {
|
|
2921
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2922
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddClick2Pay',
|
|
2923
|
+
request,
|
|
2924
|
+
metadata || {},
|
|
2925
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddClick2Pay,
|
|
2926
|
+
callback);
|
|
2927
|
+
};
|
|
2928
|
+
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddClick2PayRequest} request The
|
|
2932
|
+
* request proto
|
|
2933
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
2934
|
+
* call metadata
|
|
2935
|
+
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.AddClick2PayResponse>}
|
|
2936
|
+
* Promise that resolves to the response
|
|
2937
|
+
*/
|
|
2938
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.addClick2Pay =
|
|
2939
|
+
function(request, metadata) {
|
|
2940
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2941
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddClick2Pay',
|
|
2942
|
+
request,
|
|
2943
|
+
metadata || {},
|
|
2944
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddClick2Pay);
|
|
2945
|
+
};
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
/**
|
|
2949
|
+
* @const
|
|
2950
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2951
|
+
* !proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentRequest,
|
|
2952
|
+
* !proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse>}
|
|
2953
|
+
*/
|
|
2954
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_CompleteClick2PayEnrollment = new grpc.web.MethodDescriptor(
|
|
2955
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CompleteClick2PayEnrollment',
|
|
2956
|
+
grpc.web.MethodType.UNARY,
|
|
2957
|
+
proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentRequest,
|
|
2958
|
+
proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse,
|
|
2959
|
+
/**
|
|
2960
|
+
* @param {!proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentRequest} request
|
|
2961
|
+
* @return {!Uint8Array}
|
|
2962
|
+
*/
|
|
2963
|
+
function(request) {
|
|
2964
|
+
return request.serializeBinary();
|
|
2965
|
+
},
|
|
2966
|
+
proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse.deserializeBinary
|
|
2967
|
+
);
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
/**
|
|
2971
|
+
* @param {!proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentRequest} request The
|
|
2972
|
+
* request proto
|
|
2973
|
+
* @param {?Object<string, string>} metadata User defined
|
|
2974
|
+
* call metadata
|
|
2975
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse)}
|
|
2976
|
+
* callback The callback function(error, response)
|
|
2977
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse>|undefined}
|
|
2978
|
+
* The XHR Node Readable Stream
|
|
2979
|
+
*/
|
|
2980
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.completeClick2PayEnrollment =
|
|
2981
|
+
function(request, metadata, callback) {
|
|
2982
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2983
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CompleteClick2PayEnrollment',
|
|
2984
|
+
request,
|
|
2985
|
+
metadata || {},
|
|
2986
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_CompleteClick2PayEnrollment,
|
|
2987
|
+
callback);
|
|
2988
|
+
};
|
|
2989
|
+
|
|
2990
|
+
|
|
2991
|
+
/**
|
|
2992
|
+
* @param {!proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentRequest} request The
|
|
2993
|
+
* request proto
|
|
2994
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
2995
|
+
* call metadata
|
|
2996
|
+
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse>}
|
|
2997
|
+
* Promise that resolves to the response
|
|
2998
|
+
*/
|
|
2999
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.completeClick2PayEnrollment =
|
|
3000
|
+
function(request, metadata) {
|
|
3001
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
3002
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CompleteClick2PayEnrollment',
|
|
3003
|
+
request,
|
|
3004
|
+
metadata || {},
|
|
3005
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_CompleteClick2PayEnrollment);
|
|
3006
|
+
};
|
|
3007
|
+
|
|
3008
|
+
|
|
2887
3009
|
module.exports = proto.sniippaymentmethodsserviceapi;
|
|
2888
3010
|
|