@creator.co/creatorco-kysely-types 1.0.40 → 1.0.41
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
|
@@ -591,17 +591,15 @@ export type SocialListeningList = {
|
|
|
591
591
|
};
|
|
592
592
|
export type SocialPost = {
|
|
593
593
|
id: GeneratedAlways<number>;
|
|
594
|
-
externalId: string
|
|
594
|
+
externalId: string;
|
|
595
595
|
phylloId: string | null;
|
|
596
596
|
metaData: Generated<Json>;
|
|
597
|
-
data: Generated<Json>;
|
|
598
597
|
lastFetched: Timestamp | null;
|
|
599
598
|
lastWebhook: Timestamp | null;
|
|
600
599
|
posted: Timestamp | null;
|
|
601
600
|
title: string | null;
|
|
602
601
|
description: string | null;
|
|
603
602
|
url: string | null;
|
|
604
|
-
urlPath: string | null;
|
|
605
603
|
format: string | null;
|
|
606
604
|
type: string | null;
|
|
607
605
|
platform: string | null;
|