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