@matchi/api 0.20250807.1 → 0.20250902.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.
@@ -2397,13 +2397,14 @@ declare class AuthorizedService {
2397
2397
  /**
2398
2398
  * Update fields in a booking for m2m/admin
2399
2399
  * @param bookingId ID of the booking to update
2400
- * @param requestBody Update the entrycode for a booking
2400
+ * @param requestBody Update the entrycode or the externalPaymentLink for a booking
2401
2401
  * @returns any Booking updated successfully
2402
2402
  * @throws ApiError
2403
2403
  */
2404
2404
  static updateBookingAdmin(bookingId: number, requestBody: {
2405
2405
  actor: actor;
2406
2406
  entryCode?: string;
2407
+ externalPaymentLink?: string;
2407
2408
  }): CancelablePromise<any>;
2408
2409
  /**
2409
2410
  * Cancel a booking by ID for m2m/admin
@@ -2748,13 +2749,14 @@ declare class BookingServiceV1Service {
2748
2749
  /**
2749
2750
  * Update fields in a booking for m2m/admin
2750
2751
  * @param bookingId ID of the booking to update
2751
- * @param requestBody Update the entrycode for a booking
2752
+ * @param requestBody Update the entrycode or the externalPaymentLink for a booking
2752
2753
  * @returns any Booking updated successfully
2753
2754
  * @throws ApiError
2754
2755
  */
2755
2756
  static updateBookingAdmin(bookingId: number, requestBody: {
2756
2757
  actor: actor;
2757
2758
  entryCode?: string;
2759
+ externalPaymentLink?: string;
2758
2760
  }): CancelablePromise<any>;
2759
2761
  /**
2760
2762
  * Cancel a booking by ID for m2m/admin
@@ -2397,13 +2397,14 @@ declare class AuthorizedService {
2397
2397
  /**
2398
2398
  * Update fields in a booking for m2m/admin
2399
2399
  * @param bookingId ID of the booking to update
2400
- * @param requestBody Update the entrycode for a booking
2400
+ * @param requestBody Update the entrycode or the externalPaymentLink for a booking
2401
2401
  * @returns any Booking updated successfully
2402
2402
  * @throws ApiError
2403
2403
  */
2404
2404
  static updateBookingAdmin(bookingId: number, requestBody: {
2405
2405
  actor: actor;
2406
2406
  entryCode?: string;
2407
+ externalPaymentLink?: string;
2407
2408
  }): CancelablePromise<any>;
2408
2409
  /**
2409
2410
  * Cancel a booking by ID for m2m/admin
@@ -2748,13 +2749,14 @@ declare class BookingServiceV1Service {
2748
2749
  /**
2749
2750
  * Update fields in a booking for m2m/admin
2750
2751
  * @param bookingId ID of the booking to update
2751
- * @param requestBody Update the entrycode for a booking
2752
+ * @param requestBody Update the entrycode or the externalPaymentLink for a booking
2752
2753
  * @returns any Booking updated successfully
2753
2754
  * @throws ApiError
2754
2755
  */
2755
2756
  static updateBookingAdmin(bookingId: number, requestBody: {
2756
2757
  actor: actor;
2757
2758
  entryCode?: string;
2759
+ externalPaymentLink?: string;
2758
2760
  }): CancelablePromise<any>;
2759
2761
  /**
2760
2762
  * Cancel a booking by ID for m2m/admin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250807.1",
3
+ "version": "0.20250902.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {