@connectedxm/admin 1.1.3 → 1.1.4
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2563,6 +2563,7 @@ interface ChannelCreateInputs {
|
|
|
2563
2563
|
googleUrl?: string | null;
|
|
2564
2564
|
youtubeUrl?: string | null;
|
|
2565
2565
|
groupId?: string | null;
|
|
2566
|
+
creatorId?: string | null;
|
|
2566
2567
|
}
|
|
2567
2568
|
interface ChannelSubscriberUpdateInputs {
|
|
2568
2569
|
contentEmailNotification?: boolean;
|
|
@@ -2587,6 +2588,7 @@ interface ChannelUpdateInputs {
|
|
|
2587
2588
|
googleUrl?: string | null;
|
|
2588
2589
|
youtubeUrl?: string | null;
|
|
2589
2590
|
groupId?: string | null;
|
|
2591
|
+
creatorId?: string | null;
|
|
2590
2592
|
}
|
|
2591
2593
|
interface ChannelContentCreateInputs {
|
|
2592
2594
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2563,6 +2563,7 @@ interface ChannelCreateInputs {
|
|
|
2563
2563
|
googleUrl?: string | null;
|
|
2564
2564
|
youtubeUrl?: string | null;
|
|
2565
2565
|
groupId?: string | null;
|
|
2566
|
+
creatorId?: string | null;
|
|
2566
2567
|
}
|
|
2567
2568
|
interface ChannelSubscriberUpdateInputs {
|
|
2568
2569
|
contentEmailNotification?: boolean;
|
|
@@ -2587,6 +2588,7 @@ interface ChannelUpdateInputs {
|
|
|
2587
2588
|
googleUrl?: string | null;
|
|
2588
2589
|
youtubeUrl?: string | null;
|
|
2589
2590
|
groupId?: string | null;
|
|
2591
|
+
creatorId?: string | null;
|
|
2590
2592
|
}
|
|
2591
2593
|
interface ChannelContentCreateInputs {
|
|
2592
2594
|
title: string;
|