@creator.co/creatorco-kysely-types 1.0.38 → 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.
Files changed (2) hide show
  1. package/index.d.ts +1 -3
  2. 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 | null;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.38",
3
+ "version": "1.0.39-alpha-0fc3e98",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {