@sniipwebmaster/payment-methods-client-grpcweb-ts 25.11.7552 → 25.11.7568

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.
@@ -1416,6 +1416,49 @@ export class SniipPaymentMethodsServiceAPIServiceClient {
1416
1416
  this.methodDescriptorSendPaymentMethodExpiringNotification);
1417
1417
  }
1418
1418
 
1419
+ methodDescriptorCancelExpiredPayToAgreements = new grpcWeb.MethodDescriptor(
1420
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CancelExpiredPayToAgreements',
1421
+ grpcWeb.MethodType.UNARY,
1422
+ google_protobuf_empty_pb.Empty,
1423
+ service_pb.ResponseCode,
1424
+ (request: google_protobuf_empty_pb.Empty) => {
1425
+ return request.serializeBinary();
1426
+ },
1427
+ service_pb.ResponseCode.deserializeBinary
1428
+ );
1429
+
1430
+ cancelExpiredPayToAgreements(
1431
+ request: google_protobuf_empty_pb.Empty,
1432
+ metadata?: grpcWeb.Metadata | null): Promise<service_pb.ResponseCode>;
1433
+
1434
+ cancelExpiredPayToAgreements(
1435
+ request: google_protobuf_empty_pb.Empty,
1436
+ metadata: grpcWeb.Metadata | null,
1437
+ callback: (err: grpcWeb.RpcError,
1438
+ response: service_pb.ResponseCode) => void): grpcWeb.ClientReadableStream<service_pb.ResponseCode>;
1439
+
1440
+ cancelExpiredPayToAgreements(
1441
+ request: google_protobuf_empty_pb.Empty,
1442
+ metadata?: grpcWeb.Metadata | null,
1443
+ callback?: (err: grpcWeb.RpcError,
1444
+ response: service_pb.ResponseCode) => void) {
1445
+ if (callback !== undefined) {
1446
+ return this.client_.rpcCall(
1447
+ this.hostname_ +
1448
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CancelExpiredPayToAgreements',
1449
+ request,
1450
+ metadata || {},
1451
+ this.methodDescriptorCancelExpiredPayToAgreements,
1452
+ callback);
1453
+ }
1454
+ return this.client_.unaryCall(
1455
+ this.hostname_ +
1456
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CancelExpiredPayToAgreements',
1457
+ request,
1458
+ metadata || {},
1459
+ this.methodDescriptorCancelExpiredPayToAgreements);
1460
+ }
1461
+
1419
1462
  methodDescriptorUpdateMasterBinLookupOverride = new grpcWeb.MethodDescriptor(
1420
1463
  '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
1421
1464
  grpcWeb.MethodType.UNARY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb-ts",
3
- "version": "25.11.7552",
3
+ "version": "25.11.7568",
4
4
  "description": "payment-methods-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",