@sniipwebmaster/payment-methods-client-grpcweb 0.2.1001 → 0.2.1019
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 +28 -294
- package/package.json +3 -3
|
@@ -90,25 +90,6 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
90
90
|
};
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
/**
|
|
94
|
-
* @const
|
|
95
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
96
|
-
* !proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest,
|
|
97
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
98
|
-
*/
|
|
99
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail = new grpc.web.MethodDescriptor(
|
|
100
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
101
|
-
grpc.web.MethodType.UNARY,
|
|
102
|
-
proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest,
|
|
103
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
104
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request */
|
|
105
|
-
function(request) {
|
|
106
|
-
return request.serializeBinary();
|
|
107
|
-
},
|
|
108
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
109
|
-
);
|
|
110
|
-
|
|
111
|
-
|
|
112
93
|
/**
|
|
113
94
|
* @const
|
|
114
95
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -141,7 +122,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
141
122
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
142
123
|
request,
|
|
143
124
|
metadata || {},
|
|
144
|
-
|
|
125
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail,
|
|
145
126
|
callback);
|
|
146
127
|
};
|
|
147
128
|
|
|
@@ -160,29 +141,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
160
141
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
161
142
|
request,
|
|
162
143
|
metadata || {},
|
|
163
|
-
|
|
144
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail);
|
|
164
145
|
};
|
|
165
146
|
|
|
166
147
|
|
|
167
|
-
/**
|
|
168
|
-
* @const
|
|
169
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
170
|
-
* !proto.sniippaymentmethodsserviceapi.AddCreditCardRequest,
|
|
171
|
-
* !proto.sniippaymentmethodsserviceapi.AddCreditCardResponse>}
|
|
172
|
-
*/
|
|
173
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_AddCreditCard = new grpc.web.MethodDescriptor(
|
|
174
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddCreditCard',
|
|
175
|
-
grpc.web.MethodType.UNARY,
|
|
176
|
-
proto.sniippaymentmethodsserviceapi.AddCreditCardRequest,
|
|
177
|
-
proto.sniippaymentmethodsserviceapi.AddCreditCardResponse,
|
|
178
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.AddCreditCardRequest} request */
|
|
179
|
-
function(request) {
|
|
180
|
-
return request.serializeBinary();
|
|
181
|
-
},
|
|
182
|
-
proto.sniippaymentmethodsserviceapi.AddCreditCardResponse.deserializeBinary
|
|
183
|
-
);
|
|
184
|
-
|
|
185
|
-
|
|
186
148
|
/**
|
|
187
149
|
* @const
|
|
188
150
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -215,7 +177,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
215
177
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddCreditCard',
|
|
216
178
|
request,
|
|
217
179
|
metadata || {},
|
|
218
|
-
|
|
180
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_AddCreditCard,
|
|
219
181
|
callback);
|
|
220
182
|
};
|
|
221
183
|
|
|
@@ -234,29 +196,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
234
196
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddCreditCard',
|
|
235
197
|
request,
|
|
236
198
|
metadata || {},
|
|
237
|
-
|
|
199
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_AddCreditCard);
|
|
238
200
|
};
|
|
239
201
|
|
|
240
202
|
|
|
241
|
-
/**
|
|
242
|
-
* @const
|
|
243
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
244
|
-
* !proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest,
|
|
245
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodResponse>}
|
|
246
|
-
*/
|
|
247
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_AddPaymentMethod = new grpc.web.MethodDescriptor(
|
|
248
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
249
|
-
grpc.web.MethodType.UNARY,
|
|
250
|
-
proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest,
|
|
251
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse,
|
|
252
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest} request */
|
|
253
|
-
function(request) {
|
|
254
|
-
return request.serializeBinary();
|
|
255
|
-
},
|
|
256
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse.deserializeBinary
|
|
257
|
-
);
|
|
258
|
-
|
|
259
|
-
|
|
260
203
|
/**
|
|
261
204
|
* @const
|
|
262
205
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -289,7 +232,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
289
232
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
290
233
|
request,
|
|
291
234
|
metadata || {},
|
|
292
|
-
|
|
235
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_AddPaymentMethod,
|
|
293
236
|
callback);
|
|
294
237
|
};
|
|
295
238
|
|
|
@@ -308,29 +251,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
308
251
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
309
252
|
request,
|
|
310
253
|
metadata || {},
|
|
311
|
-
|
|
254
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_AddPaymentMethod);
|
|
312
255
|
};
|
|
313
256
|
|
|
314
257
|
|
|
315
|
-
/**
|
|
316
|
-
* @const
|
|
317
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
318
|
-
* !proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest,
|
|
319
|
-
* !proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse>}
|
|
320
|
-
*/
|
|
321
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_AddZenithToken = new grpc.web.MethodDescriptor(
|
|
322
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
323
|
-
grpc.web.MethodType.UNARY,
|
|
324
|
-
proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest,
|
|
325
|
-
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse,
|
|
326
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest} request */
|
|
327
|
-
function(request) {
|
|
328
|
-
return request.serializeBinary();
|
|
329
|
-
},
|
|
330
|
-
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse.deserializeBinary
|
|
331
|
-
);
|
|
332
|
-
|
|
333
|
-
|
|
334
258
|
/**
|
|
335
259
|
* @const
|
|
336
260
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -363,7 +287,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
363
287
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
364
288
|
request,
|
|
365
289
|
metadata || {},
|
|
366
|
-
|
|
290
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_AddZenithToken,
|
|
367
291
|
callback);
|
|
368
292
|
};
|
|
369
293
|
|
|
@@ -382,29 +306,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
382
306
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
383
307
|
request,
|
|
384
308
|
metadata || {},
|
|
385
|
-
|
|
309
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_AddZenithToken);
|
|
386
310
|
};
|
|
387
311
|
|
|
388
312
|
|
|
389
|
-
/**
|
|
390
|
-
* @const
|
|
391
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
392
|
-
* !proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest,
|
|
393
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
394
|
-
*/
|
|
395
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_DeleteCreditCard = new grpc.web.MethodDescriptor(
|
|
396
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/DeleteCreditCard',
|
|
397
|
-
grpc.web.MethodType.UNARY,
|
|
398
|
-
proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest,
|
|
399
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
400
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest} request */
|
|
401
|
-
function(request) {
|
|
402
|
-
return request.serializeBinary();
|
|
403
|
-
},
|
|
404
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
405
|
-
);
|
|
406
|
-
|
|
407
|
-
|
|
408
313
|
/**
|
|
409
314
|
* @const
|
|
410
315
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -437,7 +342,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
437
342
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/DeleteCreditCard',
|
|
438
343
|
request,
|
|
439
344
|
metadata || {},
|
|
440
|
-
|
|
345
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_DeleteCreditCard,
|
|
441
346
|
callback);
|
|
442
347
|
};
|
|
443
348
|
|
|
@@ -456,29 +361,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
456
361
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/DeleteCreditCard',
|
|
457
362
|
request,
|
|
458
363
|
metadata || {},
|
|
459
|
-
|
|
364
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_DeleteCreditCard);
|
|
460
365
|
};
|
|
461
366
|
|
|
462
367
|
|
|
463
|
-
/**
|
|
464
|
-
* @const
|
|
465
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
466
|
-
* !proto.google.protobuf.Empty,
|
|
467
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
468
|
-
*/
|
|
469
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_Echo = new grpc.web.MethodDescriptor(
|
|
470
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
471
|
-
grpc.web.MethodType.UNARY,
|
|
472
|
-
proto.google.protobuf.Empty,
|
|
473
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
474
|
-
/** @param {!proto.google.protobuf.Empty} request */
|
|
475
|
-
function(request) {
|
|
476
|
-
return request.serializeBinary();
|
|
477
|
-
},
|
|
478
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
479
|
-
);
|
|
480
|
-
|
|
481
|
-
|
|
482
368
|
/**
|
|
483
369
|
* @const
|
|
484
370
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -511,7 +397,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
511
397
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
512
398
|
request,
|
|
513
399
|
metadata || {},
|
|
514
|
-
|
|
400
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_Echo,
|
|
515
401
|
callback);
|
|
516
402
|
};
|
|
517
403
|
|
|
@@ -530,29 +416,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
530
416
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
531
417
|
request,
|
|
532
418
|
metadata || {},
|
|
533
|
-
|
|
419
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_Echo);
|
|
534
420
|
};
|
|
535
421
|
|
|
536
422
|
|
|
537
|
-
/**
|
|
538
|
-
* @const
|
|
539
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
540
|
-
* !proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
541
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>}
|
|
542
|
-
*/
|
|
543
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod = new grpc.web.MethodDescriptor(
|
|
544
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
545
|
-
grpc.web.MethodType.UNARY,
|
|
546
|
-
proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
547
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse,
|
|
548
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request */
|
|
549
|
-
function(request) {
|
|
550
|
-
return request.serializeBinary();
|
|
551
|
-
},
|
|
552
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse.deserializeBinary
|
|
553
|
-
);
|
|
554
|
-
|
|
555
|
-
|
|
556
423
|
/**
|
|
557
424
|
* @const
|
|
558
425
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -585,7 +452,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
585
452
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
586
453
|
request,
|
|
587
454
|
metadata || {},
|
|
588
|
-
|
|
455
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod,
|
|
589
456
|
callback);
|
|
590
457
|
};
|
|
591
458
|
|
|
@@ -604,29 +471,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
604
471
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
605
472
|
request,
|
|
606
473
|
metadata || {},
|
|
607
|
-
|
|
474
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod);
|
|
608
475
|
};
|
|
609
476
|
|
|
610
477
|
|
|
611
|
-
/**
|
|
612
|
-
* @const
|
|
613
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
614
|
-
* !proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
615
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
616
|
-
*/
|
|
617
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment = new grpc.web.MethodDescriptor(
|
|
618
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
619
|
-
grpc.web.MethodType.UNARY,
|
|
620
|
-
proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
621
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
622
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request */
|
|
623
|
-
function(request) {
|
|
624
|
-
return request.serializeBinary();
|
|
625
|
-
},
|
|
626
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
627
|
-
);
|
|
628
|
-
|
|
629
|
-
|
|
630
478
|
/**
|
|
631
479
|
* @const
|
|
632
480
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -659,7 +507,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
659
507
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
660
508
|
request,
|
|
661
509
|
metadata || {},
|
|
662
|
-
|
|
510
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment,
|
|
663
511
|
callback);
|
|
664
512
|
};
|
|
665
513
|
|
|
@@ -678,29 +526,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
678
526
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
679
527
|
request,
|
|
680
528
|
metadata || {},
|
|
681
|
-
|
|
529
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment);
|
|
682
530
|
};
|
|
683
531
|
|
|
684
532
|
|
|
685
|
-
/**
|
|
686
|
-
* @const
|
|
687
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
688
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
689
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
690
|
-
*/
|
|
691
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment = new grpc.web.MethodDescriptor(
|
|
692
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
693
|
-
grpc.web.MethodType.UNARY,
|
|
694
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
695
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
696
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request */
|
|
697
|
-
function(request) {
|
|
698
|
-
return request.serializeBinary();
|
|
699
|
-
},
|
|
700
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
701
|
-
);
|
|
702
|
-
|
|
703
|
-
|
|
704
533
|
/**
|
|
705
534
|
* @const
|
|
706
535
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -733,7 +562,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
733
562
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
734
563
|
request,
|
|
735
564
|
metadata || {},
|
|
736
|
-
|
|
565
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment,
|
|
737
566
|
callback);
|
|
738
567
|
};
|
|
739
568
|
|
|
@@ -752,29 +581,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
752
581
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
753
582
|
request,
|
|
754
583
|
metadata || {},
|
|
755
|
-
|
|
584
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment);
|
|
756
585
|
};
|
|
757
586
|
|
|
758
587
|
|
|
759
|
-
/**
|
|
760
|
-
* @const
|
|
761
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
762
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
763
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
764
|
-
*/
|
|
765
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods = new grpc.web.MethodDescriptor(
|
|
766
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
767
|
-
grpc.web.MethodType.UNARY,
|
|
768
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
769
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
770
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request */
|
|
771
|
-
function(request) {
|
|
772
|
-
return request.serializeBinary();
|
|
773
|
-
},
|
|
774
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
775
|
-
);
|
|
776
|
-
|
|
777
|
-
|
|
778
588
|
/**
|
|
779
589
|
* @const
|
|
780
590
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -807,7 +617,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
807
617
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
808
618
|
request,
|
|
809
619
|
metadata || {},
|
|
810
|
-
|
|
620
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethods,
|
|
811
621
|
callback);
|
|
812
622
|
};
|
|
813
623
|
|
|
@@ -826,29 +636,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
826
636
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
827
637
|
request,
|
|
828
638
|
metadata || {},
|
|
829
|
-
|
|
639
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethods);
|
|
830
640
|
};
|
|
831
641
|
|
|
832
642
|
|
|
833
|
-
/**
|
|
834
|
-
* @const
|
|
835
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
836
|
-
* !proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
837
|
-
* !proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>}
|
|
838
|
-
*/
|
|
839
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails = new grpc.web.MethodDescriptor(
|
|
840
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
841
|
-
grpc.web.MethodType.UNARY,
|
|
842
|
-
proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
843
|
-
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse,
|
|
844
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request */
|
|
845
|
-
function(request) {
|
|
846
|
-
return request.serializeBinary();
|
|
847
|
-
},
|
|
848
|
-
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse.deserializeBinary
|
|
849
|
-
);
|
|
850
|
-
|
|
851
|
-
|
|
852
643
|
/**
|
|
853
644
|
* @const
|
|
854
645
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -881,7 +672,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
881
672
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
882
673
|
request,
|
|
883
674
|
metadata || {},
|
|
884
|
-
|
|
675
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails,
|
|
885
676
|
callback);
|
|
886
677
|
};
|
|
887
678
|
|
|
@@ -900,29 +691,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
900
691
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
901
692
|
request,
|
|
902
693
|
metadata || {},
|
|
903
|
-
|
|
694
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails);
|
|
904
695
|
};
|
|
905
696
|
|
|
906
697
|
|
|
907
|
-
/**
|
|
908
|
-
* @const
|
|
909
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
910
|
-
* !proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
911
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
912
|
-
*/
|
|
913
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod = new grpc.web.MethodDescriptor(
|
|
914
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
915
|
-
grpc.web.MethodType.UNARY,
|
|
916
|
-
proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
917
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
918
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request */
|
|
919
|
-
function(request) {
|
|
920
|
-
return request.serializeBinary();
|
|
921
|
-
},
|
|
922
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
923
|
-
);
|
|
924
|
-
|
|
925
|
-
|
|
926
698
|
/**
|
|
927
699
|
* @const
|
|
928
700
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -955,7 +727,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
955
727
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
956
728
|
request,
|
|
957
729
|
metadata || {},
|
|
958
|
-
|
|
730
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod,
|
|
959
731
|
callback);
|
|
960
732
|
};
|
|
961
733
|
|
|
@@ -974,29 +746,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
974
746
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
975
747
|
request,
|
|
976
748
|
metadata || {},
|
|
977
|
-
|
|
749
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod);
|
|
978
750
|
};
|
|
979
751
|
|
|
980
752
|
|
|
981
|
-
/**
|
|
982
|
-
* @const
|
|
983
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
984
|
-
* !proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest,
|
|
985
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
986
|
-
*/
|
|
987
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateCreditCardDetails = new grpc.web.MethodDescriptor(
|
|
988
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateCreditCardDetails',
|
|
989
|
-
grpc.web.MethodType.UNARY,
|
|
990
|
-
proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest,
|
|
991
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
992
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest} request */
|
|
993
|
-
function(request) {
|
|
994
|
-
return request.serializeBinary();
|
|
995
|
-
},
|
|
996
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
997
|
-
);
|
|
998
|
-
|
|
999
|
-
|
|
1000
753
|
/**
|
|
1001
754
|
* @const
|
|
1002
755
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1029,7 +782,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1029
782
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateCreditCardDetails',
|
|
1030
783
|
request,
|
|
1031
784
|
metadata || {},
|
|
1032
|
-
|
|
785
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_UpdateCreditCardDetails,
|
|
1033
786
|
callback);
|
|
1034
787
|
};
|
|
1035
788
|
|
|
@@ -1048,29 +801,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1048
801
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateCreditCardDetails',
|
|
1049
802
|
request,
|
|
1050
803
|
metadata || {},
|
|
1051
|
-
|
|
804
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_UpdateCreditCardDetails);
|
|
1052
805
|
};
|
|
1053
806
|
|
|
1054
807
|
|
|
1055
|
-
/**
|
|
1056
|
-
* @const
|
|
1057
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1058
|
-
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
1059
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1060
|
-
*/
|
|
1061
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod = new grpc.web.MethodDescriptor(
|
|
1062
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
1063
|
-
grpc.web.MethodType.UNARY,
|
|
1064
|
-
proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
1065
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1066
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request */
|
|
1067
|
-
function(request) {
|
|
1068
|
-
return request.serializeBinary();
|
|
1069
|
-
},
|
|
1070
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
1071
|
-
);
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
808
|
/**
|
|
1075
809
|
* @const
|
|
1076
810
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1103,7 +837,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1103
837
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
1104
838
|
request,
|
|
1105
839
|
metadata || {},
|
|
1106
|
-
|
|
840
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod,
|
|
1107
841
|
callback);
|
|
1108
842
|
};
|
|
1109
843
|
|
|
@@ -1122,7 +856,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1122
856
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
1123
857
|
request,
|
|
1124
858
|
metadata || {},
|
|
1125
|
-
|
|
859
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod);
|
|
1126
860
|
};
|
|
1127
861
|
|
|
1128
862
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sniipwebmaster/payment-methods-client-grpcweb",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1019",
|
|
4
4
|
"description": "payment-methods-client-grpcweb",
|
|
5
5
|
"author": "Sniip Development Team",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"google-protobuf": "3.
|
|
9
|
-
"grpc-web": "1.0.
|
|
8
|
+
"google-protobuf": "3.6.1",
|
|
9
|
+
"grpc-web": "1.0.4"
|
|
10
10
|
}
|
|
11
11
|
}
|