@connectedxm/admin 2.8.22 → 2.8.23
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -473,6 +473,7 @@ interface BaseAnnouncement {
|
|
|
473
473
|
email: boolean;
|
|
474
474
|
push: boolean;
|
|
475
475
|
sms: boolean;
|
|
476
|
+
includePasses: boolean;
|
|
476
477
|
accountId: string | null;
|
|
477
478
|
creatorId: string | null;
|
|
478
479
|
eventId: string | null;
|
|
@@ -3679,6 +3680,7 @@ interface AnnouncementCreateInputs {
|
|
|
3679
3680
|
email?: boolean;
|
|
3680
3681
|
push?: boolean;
|
|
3681
3682
|
filters?: EventAnnouncementFilters | null;
|
|
3683
|
+
includePasses?: boolean;
|
|
3682
3684
|
}
|
|
3683
3685
|
interface AnnouncementUpdateInputs {
|
|
3684
3686
|
title?: string | null;
|
|
@@ -3687,6 +3689,7 @@ interface AnnouncementUpdateInputs {
|
|
|
3687
3689
|
email?: boolean;
|
|
3688
3690
|
push?: boolean;
|
|
3689
3691
|
filters?: EventAnnouncementFilters | null;
|
|
3692
|
+
includePasses?: boolean;
|
|
3690
3693
|
}
|
|
3691
3694
|
interface AnnouncementTranslationUpdateInputs {
|
|
3692
3695
|
title?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -473,6 +473,7 @@ interface BaseAnnouncement {
|
|
|
473
473
|
email: boolean;
|
|
474
474
|
push: boolean;
|
|
475
475
|
sms: boolean;
|
|
476
|
+
includePasses: boolean;
|
|
476
477
|
accountId: string | null;
|
|
477
478
|
creatorId: string | null;
|
|
478
479
|
eventId: string | null;
|
|
@@ -3679,6 +3680,7 @@ interface AnnouncementCreateInputs {
|
|
|
3679
3680
|
email?: boolean;
|
|
3680
3681
|
push?: boolean;
|
|
3681
3682
|
filters?: EventAnnouncementFilters | null;
|
|
3683
|
+
includePasses?: boolean;
|
|
3682
3684
|
}
|
|
3683
3685
|
interface AnnouncementUpdateInputs {
|
|
3684
3686
|
title?: string | null;
|
|
@@ -3687,6 +3689,7 @@ interface AnnouncementUpdateInputs {
|
|
|
3687
3689
|
email?: boolean;
|
|
3688
3690
|
push?: boolean;
|
|
3689
3691
|
filters?: EventAnnouncementFilters | null;
|
|
3692
|
+
includePasses?: boolean;
|
|
3690
3693
|
}
|
|
3691
3694
|
interface AnnouncementTranslationUpdateInputs {
|
|
3692
3695
|
title?: string | null;
|