@connectedxm/admin 3.4.4 → 3.4.6
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -393,6 +393,7 @@ interface BaseActivity {
|
|
|
393
393
|
id: string;
|
|
394
394
|
message: string;
|
|
395
395
|
featured: boolean;
|
|
396
|
+
pinned: boolean;
|
|
396
397
|
giphyId: string | null;
|
|
397
398
|
imageId: string | null;
|
|
398
399
|
image: BaseImage | null;
|
|
@@ -3879,6 +3880,7 @@ interface ActivityUpdateInputs {
|
|
|
3879
3880
|
entities?: ActivityEntityInputs[] | null;
|
|
3880
3881
|
moderation?: keyof typeof ModerationStatus | null;
|
|
3881
3882
|
featured?: boolean;
|
|
3883
|
+
pinned?: boolean;
|
|
3882
3884
|
imageId?: string | null;
|
|
3883
3885
|
videoId?: string | null;
|
|
3884
3886
|
createdAt?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -393,6 +393,7 @@ interface BaseActivity {
|
|
|
393
393
|
id: string;
|
|
394
394
|
message: string;
|
|
395
395
|
featured: boolean;
|
|
396
|
+
pinned: boolean;
|
|
396
397
|
giphyId: string | null;
|
|
397
398
|
imageId: string | null;
|
|
398
399
|
image: BaseImage | null;
|
|
@@ -3879,6 +3880,7 @@ interface ActivityUpdateInputs {
|
|
|
3879
3880
|
entities?: ActivityEntityInputs[] | null;
|
|
3880
3881
|
moderation?: keyof typeof ModerationStatus | null;
|
|
3881
3882
|
featured?: boolean;
|
|
3883
|
+
pinned?: boolean;
|
|
3882
3884
|
imageId?: string | null;
|
|
3883
3885
|
videoId?: string | null;
|
|
3884
3886
|
createdAt?: string | null;
|