@connectedxm/admin 3.4.1 → 3.4.2
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1658,7 +1658,7 @@ interface Payment extends BasePayment {
|
|
|
1658
1658
|
locationState: string | null;
|
|
1659
1659
|
locationCountry: string | null;
|
|
1660
1660
|
locationZip: string | null;
|
|
1661
|
-
account: BaseAccount;
|
|
1661
|
+
account: BaseAccount | null;
|
|
1662
1662
|
bypassedId: string | null;
|
|
1663
1663
|
bypassedBy: BaseUser | null;
|
|
1664
1664
|
refunds: BasePayment[];
|
|
@@ -3872,6 +3872,7 @@ interface ActivityCreateInputs {
|
|
|
3872
3872
|
groupId?: string | null;
|
|
3873
3873
|
contentId?: string | null;
|
|
3874
3874
|
commentedId?: string | null;
|
|
3875
|
+
createdAt?: string | null;
|
|
3875
3876
|
}
|
|
3876
3877
|
interface ActivityUpdateInputs {
|
|
3877
3878
|
message?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1658,7 +1658,7 @@ interface Payment extends BasePayment {
|
|
|
1658
1658
|
locationState: string | null;
|
|
1659
1659
|
locationCountry: string | null;
|
|
1660
1660
|
locationZip: string | null;
|
|
1661
|
-
account: BaseAccount;
|
|
1661
|
+
account: BaseAccount | null;
|
|
1662
1662
|
bypassedId: string | null;
|
|
1663
1663
|
bypassedBy: BaseUser | null;
|
|
1664
1664
|
refunds: BasePayment[];
|
|
@@ -3872,6 +3872,7 @@ interface ActivityCreateInputs {
|
|
|
3872
3872
|
groupId?: string | null;
|
|
3873
3873
|
contentId?: string | null;
|
|
3874
3874
|
commentedId?: string | null;
|
|
3875
|
+
createdAt?: string | null;
|
|
3875
3876
|
}
|
|
3876
3877
|
interface ActivityUpdateInputs {
|
|
3877
3878
|
message?: string | null;
|