@connectedxm/admin 3.0.4 → 3.0.5
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.cts +10 -7
- package/dist/index.d.ts +10 -7
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1602,6 +1602,16 @@ interface BasePayment {
|
|
|
1602
1602
|
state: string;
|
|
1603
1603
|
zip: string;
|
|
1604
1604
|
captured: boolean;
|
|
1605
|
+
accountId: string;
|
|
1606
|
+
eventId: string | null;
|
|
1607
|
+
registrationId: string | null;
|
|
1608
|
+
passTypeId: string | null;
|
|
1609
|
+
passId: string | null;
|
|
1610
|
+
sessionId: string | null;
|
|
1611
|
+
placeId: string | null;
|
|
1612
|
+
spaceId: string | null;
|
|
1613
|
+
membershipId: string | null;
|
|
1614
|
+
couponId: string | null;
|
|
1605
1615
|
lineItems: BasePaymentLineItem[];
|
|
1606
1616
|
createdAt: string;
|
|
1607
1617
|
}
|
|
@@ -1613,7 +1623,6 @@ declare enum PaymentIntegrationType {
|
|
|
1613
1623
|
manual = "manual"
|
|
1614
1624
|
}
|
|
1615
1625
|
interface Payment extends BasePayment {
|
|
1616
|
-
accountId: string;
|
|
1617
1626
|
account: BaseAccount;
|
|
1618
1627
|
bypassedId: string | null;
|
|
1619
1628
|
bypassedBy: BaseUser | null;
|
|
@@ -1663,12 +1672,6 @@ interface BasePaymentLineItem {
|
|
|
1663
1672
|
deferred: number;
|
|
1664
1673
|
taxable: boolean;
|
|
1665
1674
|
paymentId: number;
|
|
1666
|
-
eventId: string | null;
|
|
1667
|
-
accountId: string | null;
|
|
1668
|
-
addOnId: string | null;
|
|
1669
|
-
sessionId: string | null;
|
|
1670
|
-
placeId: string | null;
|
|
1671
|
-
spaceId: string | null;
|
|
1672
1675
|
passId: string | null;
|
|
1673
1676
|
packageId: string | null;
|
|
1674
1677
|
passAddOnId: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1602,6 +1602,16 @@ interface BasePayment {
|
|
|
1602
1602
|
state: string;
|
|
1603
1603
|
zip: string;
|
|
1604
1604
|
captured: boolean;
|
|
1605
|
+
accountId: string;
|
|
1606
|
+
eventId: string | null;
|
|
1607
|
+
registrationId: string | null;
|
|
1608
|
+
passTypeId: string | null;
|
|
1609
|
+
passId: string | null;
|
|
1610
|
+
sessionId: string | null;
|
|
1611
|
+
placeId: string | null;
|
|
1612
|
+
spaceId: string | null;
|
|
1613
|
+
membershipId: string | null;
|
|
1614
|
+
couponId: string | null;
|
|
1605
1615
|
lineItems: BasePaymentLineItem[];
|
|
1606
1616
|
createdAt: string;
|
|
1607
1617
|
}
|
|
@@ -1613,7 +1623,6 @@ declare enum PaymentIntegrationType {
|
|
|
1613
1623
|
manual = "manual"
|
|
1614
1624
|
}
|
|
1615
1625
|
interface Payment extends BasePayment {
|
|
1616
|
-
accountId: string;
|
|
1617
1626
|
account: BaseAccount;
|
|
1618
1627
|
bypassedId: string | null;
|
|
1619
1628
|
bypassedBy: BaseUser | null;
|
|
@@ -1663,12 +1672,6 @@ interface BasePaymentLineItem {
|
|
|
1663
1672
|
deferred: number;
|
|
1664
1673
|
taxable: boolean;
|
|
1665
1674
|
paymentId: number;
|
|
1666
|
-
eventId: string | null;
|
|
1667
|
-
accountId: string | null;
|
|
1668
|
-
addOnId: string | null;
|
|
1669
|
-
sessionId: string | null;
|
|
1670
|
-
placeId: string | null;
|
|
1671
|
-
spaceId: string | null;
|
|
1672
1675
|
passId: string | null;
|
|
1673
1676
|
packageId: string | null;
|
|
1674
1677
|
passAddOnId: string | null;
|