🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@apaleo/angular-api-proxy-booking

Package Overview
Dependencies
Maintainers
2
Versions
2165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apaleo/angular-api-proxy-booking - npm Package Compare versions

Comparing version

to
19.0.19

23

api/paymentAccountActions.service.d.ts

@@ -35,2 +35,14 @@ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';

}
export declare namespace bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut {
interface Params {
/**
* The identifier of the payment account with the payment link to expire
*/
paymentAccountId: string;
/**
* Use this parameter to override the current date and time for the current request. Specify a date and time (without fractional second part) in UTC or with UTC offset as defined in the <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO8601:2004</a>.This header will only take effect on development environments.
*/
apaleoCurrentDateTime?: Date;
}
}
export declare namespace bookingPaymentAccountActionsByPaymentAccountIdFailPut {

@@ -87,2 +99,13 @@ interface Params {

/**
* Expires the pending payment link with the payment provider and updates the status to Expired
* &lt;br&gt;You must have this scope: &#39;payments.admin&#39;.
* @param $params.paymentAccountId The identifier of the payment account with the payment link to expire
* @param $params.apaleoCurrentDateTime Use this parameter to override the current date and time for the current request. Specify a date and time (without fractional second part) in UTC or with UTC offset as defined in the &lt;a href&#x3D;\&quot;https://en.wikipedia.org/wiki/ISO_8601\&quot;&gt;ISO8601:2004&lt;/a&gt;.This header will only take effect on development environments.
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut($params: bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut.Params, observe?: 'body', reportProgress?: boolean): Observable<any>;
bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut($params: bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut.Params, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut($params: bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut.Params, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
/**
* Sets payment account to failed

@@ -89,0 +112,0 @@ * &lt;br&gt;You must have this scope: &#39;payments.admin&#39;.

2

package.json
{
"name": "@apaleo/angular-api-proxy-booking",
"version": "19.0.18",
"version": "19.0.19",
"description": "apaleo Api Proxy for Angular",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet