@creator.co/creatorco-kysely-types 1.0.100 → 1.0.102

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -456,6 +456,8 @@ export type EmailTemplate = {
456
456
  subject: string | null;
457
457
  template: string;
458
458
  brandId: number | null;
459
+ socialProfileId: number | null;
460
+ isAiGenerated: Generated<boolean | null>;
459
461
  metaData: Generated<Json>;
460
462
  };
461
463
  export type EmailTracking = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {