@sniipwebmaster/payment-methods-client-grpcweb 0.2.1860 → 0.2.1874
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 +0 -165
- package/dependancies/service_pb.js +870 -2509
- package/package.json +1 -1
|
@@ -145,61 +145,6 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
|
|
148
|
-
/**
|
|
149
|
-
* @const
|
|
150
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
151
|
-
* !proto.sniippaymentmethodsserviceapi.AddCreditCardRequest,
|
|
152
|
-
* !proto.sniippaymentmethodsserviceapi.AddCreditCardResponse>}
|
|
153
|
-
*/
|
|
154
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_AddCreditCard = new grpc.web.AbstractClientBase.MethodInfo(
|
|
155
|
-
proto.sniippaymentmethodsserviceapi.AddCreditCardResponse,
|
|
156
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.AddCreditCardRequest} request */
|
|
157
|
-
function(request) {
|
|
158
|
-
return request.serializeBinary();
|
|
159
|
-
},
|
|
160
|
-
proto.sniippaymentmethodsserviceapi.AddCreditCardResponse.deserializeBinary
|
|
161
|
-
);
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddCreditCardRequest} request The
|
|
166
|
-
* request proto
|
|
167
|
-
* @param {?Object<string, string>} metadata User defined
|
|
168
|
-
* call metadata
|
|
169
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.AddCreditCardResponse)}
|
|
170
|
-
* callback The callback function(error, response)
|
|
171
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.AddCreditCardResponse>|undefined}
|
|
172
|
-
* The XHR Node Readable Stream
|
|
173
|
-
*/
|
|
174
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.addCreditCard =
|
|
175
|
-
function(request, metadata, callback) {
|
|
176
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
177
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddCreditCard',
|
|
178
|
-
request,
|
|
179
|
-
metadata || {},
|
|
180
|
-
methodInfo_SniipPaymentMethodsServiceAPIService_AddCreditCard,
|
|
181
|
-
callback);
|
|
182
|
-
};
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddCreditCardRequest} request The
|
|
187
|
-
* request proto
|
|
188
|
-
* @param {?Object<string, string>} metadata User defined
|
|
189
|
-
* call metadata
|
|
190
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.AddCreditCardResponse>}
|
|
191
|
-
* A native promise that resolves to the response
|
|
192
|
-
*/
|
|
193
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.addCreditCard =
|
|
194
|
-
function(request, metadata) {
|
|
195
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
196
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddCreditCard',
|
|
197
|
-
request,
|
|
198
|
-
metadata || {},
|
|
199
|
-
methodInfo_SniipPaymentMethodsServiceAPIService_AddCreditCard);
|
|
200
|
-
};
|
|
201
|
-
|
|
202
|
-
|
|
203
148
|
/**
|
|
204
149
|
* @const
|
|
205
150
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -420,61 +365,6 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
420
365
|
};
|
|
421
366
|
|
|
422
367
|
|
|
423
|
-
/**
|
|
424
|
-
* @const
|
|
425
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
426
|
-
* !proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest,
|
|
427
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
428
|
-
*/
|
|
429
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_DeleteCreditCard = new grpc.web.AbstractClientBase.MethodInfo(
|
|
430
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
431
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest} request */
|
|
432
|
-
function(request) {
|
|
433
|
-
return request.serializeBinary();
|
|
434
|
-
},
|
|
435
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
436
|
-
);
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
/**
|
|
440
|
-
* @param {!proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest} request The
|
|
441
|
-
* request proto
|
|
442
|
-
* @param {?Object<string, string>} metadata User defined
|
|
443
|
-
* call metadata
|
|
444
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
445
|
-
* callback The callback function(error, response)
|
|
446
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
447
|
-
* The XHR Node Readable Stream
|
|
448
|
-
*/
|
|
449
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.deleteCreditCard =
|
|
450
|
-
function(request, metadata, callback) {
|
|
451
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
452
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/DeleteCreditCard',
|
|
453
|
-
request,
|
|
454
|
-
metadata || {},
|
|
455
|
-
methodInfo_SniipPaymentMethodsServiceAPIService_DeleteCreditCard,
|
|
456
|
-
callback);
|
|
457
|
-
};
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* @param {!proto.sniippaymentmethodsserviceapi.DeleteCreditCardRequest} request The
|
|
462
|
-
* request proto
|
|
463
|
-
* @param {?Object<string, string>} metadata User defined
|
|
464
|
-
* call metadata
|
|
465
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
466
|
-
* A native promise that resolves to the response
|
|
467
|
-
*/
|
|
468
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.deleteCreditCard =
|
|
469
|
-
function(request, metadata) {
|
|
470
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
471
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/DeleteCreditCard',
|
|
472
|
-
request,
|
|
473
|
-
metadata || {},
|
|
474
|
-
methodInfo_SniipPaymentMethodsServiceAPIService_DeleteCreditCard);
|
|
475
|
-
};
|
|
476
|
-
|
|
477
|
-
|
|
478
368
|
/**
|
|
479
369
|
* @const
|
|
480
370
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1135,61 +1025,6 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1135
1025
|
};
|
|
1136
1026
|
|
|
1137
1027
|
|
|
1138
|
-
/**
|
|
1139
|
-
* @const
|
|
1140
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1141
|
-
* !proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest,
|
|
1142
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1143
|
-
*/
|
|
1144
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdateCreditCardDetails = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1145
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1146
|
-
/** @param {!proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest} request */
|
|
1147
|
-
function(request) {
|
|
1148
|
-
return request.serializeBinary();
|
|
1149
|
-
},
|
|
1150
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
1151
|
-
);
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
/**
|
|
1155
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest} request The
|
|
1156
|
-
* request proto
|
|
1157
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1158
|
-
* call metadata
|
|
1159
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
1160
|
-
* callback The callback function(error, response)
|
|
1161
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
1162
|
-
* The XHR Node Readable Stream
|
|
1163
|
-
*/
|
|
1164
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.updateCreditCardDetails =
|
|
1165
|
-
function(request, metadata, callback) {
|
|
1166
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1167
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateCreditCardDetails',
|
|
1168
|
-
request,
|
|
1169
|
-
metadata || {},
|
|
1170
|
-
methodInfo_SniipPaymentMethodsServiceAPIService_UpdateCreditCardDetails,
|
|
1171
|
-
callback);
|
|
1172
|
-
};
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
/**
|
|
1176
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdateCreditCardDetailsRequest} request The
|
|
1177
|
-
* request proto
|
|
1178
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1179
|
-
* call metadata
|
|
1180
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1181
|
-
* A native promise that resolves to the response
|
|
1182
|
-
*/
|
|
1183
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updateCreditCardDetails =
|
|
1184
|
-
function(request, metadata) {
|
|
1185
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1186
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateCreditCardDetails',
|
|
1187
|
-
request,
|
|
1188
|
-
metadata || {},
|
|
1189
|
-
methodInfo_SniipPaymentMethodsServiceAPIService_UpdateCreditCardDetails);
|
|
1190
|
-
};
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
1028
|
/**
|
|
1194
1029
|
* @const
|
|
1195
1030
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|