@sniipwebmaster/payroll-service-client-grpcweb 25.7.78 → 25.7.83

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.
@@ -570,67 +570,6 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.getABAFileDetails
570
570
  };
571
571
 
572
572
 
573
- /**
574
- * @const
575
- * @type {!grpc.web.MethodDescriptor<
576
- * !proto.payrollserviceapi.ExecutePayrollWorkflowRequest,
577
- * !proto.payrollserviceapi.ExecutePayrollWorkflowResponse>}
578
- */
579
- const methodDescriptor_PayrollService_ExecutePayrollWorkflow = new grpc.web.MethodDescriptor(
580
- '/payrollserviceapi.PayrollService/ExecutePayrollWorkflow',
581
- grpc.web.MethodType.UNARY,
582
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest,
583
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse,
584
- /**
585
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} request
586
- * @return {!Uint8Array}
587
- */
588
- function(request) {
589
- return request.serializeBinary();
590
- },
591
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.deserializeBinary
592
- );
593
-
594
-
595
- /**
596
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} request The
597
- * request proto
598
- * @param {?Object<string, string>} metadata User defined
599
- * call metadata
600
- * @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.ExecutePayrollWorkflowResponse)}
601
- * callback The callback function(error, response)
602
- * @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.ExecutePayrollWorkflowResponse>|undefined}
603
- * The XHR Node Readable Stream
604
- */
605
- proto.payrollserviceapi.PayrollServiceClient.prototype.executePayrollWorkflow =
606
- function(request, metadata, callback) {
607
- return this.client_.rpcCall(this.hostname_ +
608
- '/payrollserviceapi.PayrollService/ExecutePayrollWorkflow',
609
- request,
610
- metadata || {},
611
- methodDescriptor_PayrollService_ExecutePayrollWorkflow,
612
- callback);
613
- };
614
-
615
-
616
- /**
617
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} request The
618
- * request proto
619
- * @param {?Object<string, string>=} metadata User defined
620
- * call metadata
621
- * @return {!Promise<!proto.payrollserviceapi.ExecutePayrollWorkflowResponse>}
622
- * Promise that resolves to the response
623
- */
624
- proto.payrollserviceapi.PayrollServicePromiseClient.prototype.executePayrollWorkflow =
625
- function(request, metadata) {
626
- return this.client_.unaryCall(this.hostname_ +
627
- '/payrollserviceapi.PayrollService/ExecutePayrollWorkflow',
628
- request,
629
- metadata || {},
630
- methodDescriptor_PayrollService_ExecutePayrollWorkflow);
631
- };
632
-
633
-
634
573
  /**
635
574
  * @const
636
575
  * @type {!grpc.web.MethodDescriptor<