@connectedxm/admin 1.7.12 → 1.7.13

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/index.d.mts CHANGED
@@ -1503,6 +1503,7 @@ interface BasePayment {
1503
1503
  country: string;
1504
1504
  state: string;
1505
1505
  zip: string;
1506
+ captured: boolean;
1506
1507
  createdAt: string;
1507
1508
  }
1508
1509
  declare enum PaymentIntegrationType {
@@ -1527,7 +1528,6 @@ interface Payment extends BasePayment {
1527
1528
  registrationId: string | null;
1528
1529
  bookingId: string | null;
1529
1530
  booking: BaseBooking | null;
1530
- captured: boolean;
1531
1531
  metadata?: any;
1532
1532
  }
1533
1533
  interface PaymentIntegration {
package/dist/index.d.ts CHANGED
@@ -1503,6 +1503,7 @@ interface BasePayment {
1503
1503
  country: string;
1504
1504
  state: string;
1505
1505
  zip: string;
1506
+ captured: boolean;
1506
1507
  createdAt: string;
1507
1508
  }
1508
1509
  declare enum PaymentIntegrationType {
@@ -1527,7 +1528,6 @@ interface Payment extends BasePayment {
1527
1528
  registrationId: string | null;
1528
1529
  bookingId: string | null;
1529
1530
  booking: BaseBooking | null;
1530
- captured: boolean;
1531
1531
  metadata?: any;
1532
1532
  }
1533
1533
  interface PaymentIntegration {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.7.12",
3
+ "version": "1.7.13",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {