@creator.co/creatorco-kysely-types 1.0.86-alpha-d8684af → 1.0.87

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -739,6 +739,7 @@ export type SequenceOutboundEmail = {
739
739
  export type SequenceOutboundReplyEmail = {
740
740
  id: GeneratedAlways<number>;
741
741
  sequenceId: number;
742
+ listItemId: number | null;
742
743
  type: number;
743
744
  typeId: string;
744
745
  replyCount: Generated<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.86-alpha-d8684af",
3
+ "version": "1.0.87",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {