@creator.co/creatorco-kysely-types 1.0.38-alpha-ecb61d8 → 1.0.39-alpha-0fc3e98
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/index.d.ts +1 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -592,17 +592,15 @@ export type SocialListeningList = {
|
|
|
592
592
|
};
|
|
593
593
|
export type SocialPost = {
|
|
594
594
|
id: GeneratedAlways<number>;
|
|
595
|
-
externalId: string
|
|
595
|
+
externalId: string;
|
|
596
596
|
phylloId: string | null;
|
|
597
597
|
metaData: Generated<Json>;
|
|
598
|
-
data: Generated<Json>;
|
|
599
598
|
lastFetched: Timestamp | null;
|
|
600
599
|
lastWebhook: Timestamp | null;
|
|
601
600
|
posted: Timestamp | null;
|
|
602
601
|
title: string | null;
|
|
603
602
|
description: string | null;
|
|
604
603
|
url: string | null;
|
|
605
|
-
urlPath: string | null;
|
|
606
604
|
format: string | null;
|
|
607
605
|
type: string | null;
|
|
608
606
|
platform: string | null;
|