@connectedxm/admin 2.8.24 → 2.8.25
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
|
@@ -919,6 +919,7 @@ interface Event extends BaseEvent {
|
|
|
919
919
|
groupOnly: boolean;
|
|
920
920
|
backgroundImageId: string | null;
|
|
921
921
|
backgroundImage: BaseImage | null;
|
|
922
|
+
activityFeedEnabled: boolean;
|
|
922
923
|
}
|
|
923
924
|
interface EventTranslation {
|
|
924
925
|
id: number;
|
|
@@ -4044,6 +4045,7 @@ interface EventCreateInputs {
|
|
|
4044
4045
|
passLimitPerAccount?: string | number | null;
|
|
4045
4046
|
roundName?: string | null;
|
|
4046
4047
|
matchName?: string | null;
|
|
4048
|
+
activityFeedEnabled?: boolean;
|
|
4047
4049
|
}
|
|
4048
4050
|
interface EventEmailUpdateInputs {
|
|
4049
4051
|
body?: string | null;
|
|
@@ -4408,6 +4410,7 @@ interface EventUpdateInputs {
|
|
|
4408
4410
|
passLimitPerAccount?: string | number | null;
|
|
4409
4411
|
roundName?: string | null;
|
|
4410
4412
|
matchName?: string | null;
|
|
4413
|
+
activityFeedEnabled?: boolean;
|
|
4411
4414
|
}
|
|
4412
4415
|
interface FileUpdateInputs {
|
|
4413
4416
|
name?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -919,6 +919,7 @@ interface Event extends BaseEvent {
|
|
|
919
919
|
groupOnly: boolean;
|
|
920
920
|
backgroundImageId: string | null;
|
|
921
921
|
backgroundImage: BaseImage | null;
|
|
922
|
+
activityFeedEnabled: boolean;
|
|
922
923
|
}
|
|
923
924
|
interface EventTranslation {
|
|
924
925
|
id: number;
|
|
@@ -4044,6 +4045,7 @@ interface EventCreateInputs {
|
|
|
4044
4045
|
passLimitPerAccount?: string | number | null;
|
|
4045
4046
|
roundName?: string | null;
|
|
4046
4047
|
matchName?: string | null;
|
|
4048
|
+
activityFeedEnabled?: boolean;
|
|
4047
4049
|
}
|
|
4048
4050
|
interface EventEmailUpdateInputs {
|
|
4049
4051
|
body?: string | null;
|
|
@@ -4408,6 +4410,7 @@ interface EventUpdateInputs {
|
|
|
4408
4410
|
passLimitPerAccount?: string | number | null;
|
|
4409
4411
|
roundName?: string | null;
|
|
4410
4412
|
matchName?: string | null;
|
|
4413
|
+
activityFeedEnabled?: boolean;
|
|
4411
4414
|
}
|
|
4412
4415
|
interface FileUpdateInputs {
|
|
4413
4416
|
name?: string;
|