@matchi/api 0.20250905.1 → 0.20250916.1
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/dist/main/index.d.mts +5 -0
- package/dist/main/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -1368,6 +1368,11 @@ type pendingPayment = {
|
|
|
1368
1368
|
* URL to the checkout flow
|
|
1369
1369
|
*/
|
|
1370
1370
|
checkoutUrl: string;
|
|
1371
|
+
/**
|
|
1372
|
+
* URL to TPC's external payment
|
|
1373
|
+
*/
|
|
1374
|
+
externalPaymentUrl?: string;
|
|
1375
|
+
method?: string;
|
|
1371
1376
|
paymentId: number;
|
|
1372
1377
|
};
|
|
1373
1378
|
declare namespace pendingPayment {
|
package/dist/main/index.d.ts
CHANGED
|
@@ -1368,6 +1368,11 @@ type pendingPayment = {
|
|
|
1368
1368
|
* URL to the checkout flow
|
|
1369
1369
|
*/
|
|
1370
1370
|
checkoutUrl: string;
|
|
1371
|
+
/**
|
|
1372
|
+
* URL to TPC's external payment
|
|
1373
|
+
*/
|
|
1374
|
+
externalPaymentUrl?: string;
|
|
1375
|
+
method?: string;
|
|
1371
1376
|
paymentId: number;
|
|
1372
1377
|
};
|
|
1373
1378
|
declare namespace pendingPayment {
|