@creator.co/creatorco-kysely-types 1.0.15-alpha-2abb938 → 1.0.16

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 +0 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -496,7 +496,6 @@ export type SocialPost = {
496
496
  data: Generated<Json>;
497
497
  lastFetched: Timestamp | null;
498
498
  lastWebhook: Timestamp | null;
499
- isStale: boolean | null;
500
499
  posted: Timestamp | null;
501
500
  title: string | null;
502
501
  description: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.15-alpha-2abb938",
3
+ "version": "1.0.16",
4
4
  "types": "./index.d.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {