@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.
@@ -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 {
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250905.1",
3
+ "version": "0.20250916.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {